#A4AF87

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

Shades of Bud #A4AF87

Tints of Bud #A4AF87

Color information

#A4AF87 (or 0xA4AF87) is unknown color: approx Bud. HEX triplet: A4, AF and 87. RGB value is (164,175,135). Sum of RGB (Red+Green+Blue) = 164+175+135=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF87 is #5B5078. Grayscale: #A7A7A7. Windows color (decimal): -5984377 or 8892324. OLE color: 8892324.

HSL color Cylindrical-coordinate representation of color #A4AF87: hue angle of 76.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4AF87 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB164175135-
CMYK0.0600.230.31
HSL76.5º20%60.78%-
HSV(B)76.5º22.86%68.63%-
XYZ35.0140.328.86-
YUV167.15109.86125.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=34.60%
G=36.92%
B=28.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751350.0600.230.3176.52060.78
HexA4AF8760171F4c143d
Octal2442572076027371142475
Binary10100100101011111000011111001011111111100110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF87; }

 p { color: rgb(164,175,135); }

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

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

 a { background-color: rgb(164,175,135); }

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

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

 span { border-color: rgb(164,175,135); }

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