#AEAF96

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

Shades of Bud #AEAF96

Tints of Bud #AEAF96

Color information

#AEAF96 (or 0xAEAF96) is unknown color: approx Bud. HEX triplet: AE, AF and 96. RGB value is (174,175,150). Sum of RGB (Red+Green+Blue) = 174+175+150=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF96 is #515069. Grayscale: #ABABAB. Windows color (decimal): -5329002 or 9875374. OLE color: 9875374.

HSL color Cylindrical-coordinate representation of color #AEAF96: hue angle of 62.4º degrees, saturation: 0.14, 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 #AEAF96 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB174175150-
CMYK0.0100.140.31
HSL62.4º13.51%63.73%-
HSV(B)62.4º14.29%68.63%-
XYZ38.2941.8634.92-
YUV171.85115.67129.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=34.87%
G=35.07%
B=30.06%

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
Decimal1741751500.0100.140.3162.413.5163.73
HexAEAF9610E1F3ee40
Octal2562572261016377616100
Binary1010111010101111100101101011101111111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF96; }

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

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

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

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

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

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

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

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