#A5AA4B

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

Shades of Brass #A5AA4B

Tints of Brass #A5AA4B

Color information

#A5AA4B (or 0xA5AA4B) is unknown color: approx Brass. HEX triplet: A5, AA and 4B. RGB value is (165,170,75). Sum of RGB (Red+Green+Blue) = 165+170+75=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA4B is #5A55B4. Grayscale: #9E9E9E. Windows color (decimal): -5920181 or 4958885. OLE color: 4958885.

HSL color Cylindrical-coordinate representation of color #A5AA4B: hue angle of 63.16º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5AA4B is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB16517075-
CMYK0.0300.560.33
HSL63.16º38.78%48.04%-
HSV(B)63.16º55.88%66.67%-
XYZ31.1637.2612.21-
YUV157.6881.34133.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 170 (66.80% from 255) = 41.46%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=40.24%
G=41.46%
B=18.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170750.0300.560.3363.1638.7848.04
HexA5AA4B3038213f2730
Octal245252113307041774760
Binary10100101101010101001011110111000100001111111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA4B; }

 p { color: rgb(165,170,75); }

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

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

 a { background-color: rgb(165,170,75); }

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

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

 span { border-color: rgb(165,170,75); }

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