#A5A74E

Color #A5A74E Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #A5A74E

Tints of Brass #A5A74E

Color information

#A5A74E (or 0xA5A74E) is unknown color: approx Brass. HEX triplet: A5, A7 and 4E. RGB value is (165,167,78). Sum of RGB (Red+Green+Blue) = 165+167+78=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A74E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A74E is #5A58B1. Grayscale: #9C9C9C. Windows color (decimal): -5920946 or 5154725. OLE color: 5154725.

HSL color Cylindrical-coordinate representation of color #A5A74E: hue angle of 61.35º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5A74E is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16516778-
CMYK0.0100.530.35
HSL61.35º36.33%48.04%-
HSV(B)61.35º53.29%65.49%-
XYZ30.7136.1912.57-
YUV156.2683.84134.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 167 (65.62% from 255) = 40.73%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=40.24%
G=40.73%
B=19.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165167780.0100.530.3561.3536.3348.04
HexA5A74E1035233d2430
Octal245247116106543754460
Binary1010010110100111100111010110101100011111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A74E; }

 p { color: rgb(165,167,78); }

 H1.HeaderClassName
 {
   color: #A5A74E;
 }
 .AnyTagClassName
 {
   color: #A5A74E;
 }
</style>
background-color css

<style>
 a { background-color: #A5A74E; }

 a { background-color: rgb(165,167,78); }

 div.DivClassName
 {
   background-color: #A5A74E;
 }
 .BgClassName
 {
   background-color: #A5A74E;
 }
</style>
border-color css

<style>
 span { border-color: #A5A74E; }

 span { border-color: rgb(165,167,78); }

 td.TdClassName
 {
   border-color: #A5A74E;
 }
 .TagClassName
 {
   border-color: #A5A74E;
 }
</style>