#AEAF97

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

Shades of Bud #AEAF97

Tints of Bud #AEAF97

Color information

#AEAF97 (or 0xAEAF97) is unknown color: approx Bud. HEX triplet: AE, AF and 97. RGB value is (174,175,151). Sum of RGB (Red+Green+Blue) = 174+175+151=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF97 is #515068. Grayscale: #ACACAC. Windows color (decimal): -5329001 or 9940910. OLE color: 9940910.

HSL color Cylindrical-coordinate representation of color #AEAF97: hue angle of 62.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEAF97 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB174175151-
CMYK0.0100.140.31
HSL62.5º13.04%63.92%-
HSV(B)62.5º13.71%68.63%-
XYZ38.3741.8935.34-
YUV171.96116.17129.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=34.8%
G=35%
B=30.2%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751510.0100.140.3162.513.0463.92
HexAEAF9710E1F3ed40
Octal2562572271016377615100
Binary1010111010101111100101111011101111111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF97; }

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

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

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

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

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

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

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

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