#A5AB4B

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

Shades of Brass #A5AB4B

Tints of Brass #A5AB4B

Color information

#A5AB4B (or 0xA5AB4B) is unknown color: approx Brass. HEX triplet: A5, AB and 4B. RGB value is (165,171,75). Sum of RGB (Red+Green+Blue) = 165+171+75=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AB4B is #5A54B4. Grayscale: #9E9E9E. Windows color (decimal): -5919925 or 4959141. OLE color: 4959141.

HSL color Cylindrical-coordinate representation of color #A5AB4B: hue angle of 63.75º 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 #A5AB4B is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB16517175-
CMYK0.0400.560.33
HSL63.75º39.02%48.24%-
HSV(B)63.75º56.14%67.06%-
XYZ31.3537.6312.27-
YUV158.2681.01132.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=40.15%
G=41.61%
B=18.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165171750.0400.560.3363.7539.0248.24
HexA5AB4B403821402730
Octal2452531134070411004760
Binary1010010110101011100101110001110001000011000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AB4B; }

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

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

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

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

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

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

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

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