#AEAF87

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

Shades of Bud #AEAF87

Tints of Bud #AEAF87

Color information

#AEAF87 (or 0xAEAF87) is unknown color: approx Bud. HEX triplet: AE, AF and 87. RGB value is (174,175,135). Sum of RGB (Red+Green+Blue) = 174+175+135=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF87 is #515078. Grayscale: #AAAAAA. Windows color (decimal): -5329017 or 8892334. OLE color: 8892334.

HSL color Cylindrical-coordinate representation of color #AEAF87: hue angle of 61.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 #AEAF87 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB174175135-
CMYK0.0100.230.31
HSL61.5º20%60.78%-
HSV(B)61.5º22.86%68.63%-
XYZ37.1641.4128.96-
YUV170.14108.17130.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=35.95%
G=36.16%
B=27.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751350.0100.230.3161.52060.78
HexAEAF8710171F3e143d
Octal256257207102737762475
Binary10101110101011111000011110101111111111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF87; }

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

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

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

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

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

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

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

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