#AEAF91

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

Shades of Bud #AEAF91

Tints of Bud #AEAF91

Color information

#AEAF91 (or 0xAEAF91) is unknown color: approx Bud. HEX triplet: AE, AF and 91. RGB value is (174,175,145). Sum of RGB (Red+Green+Blue) = 174+175+145=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF91 is #51506E. Grayscale: #ABABAB. Windows color (decimal): -5329007 or 9547694. OLE color: 9547694.

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

Color convert

RGB174175145-
CMYK0.0100.170.31
HSL62º15.79%62.75%-
HSV(B)62º17.14%68.63%-
XYZ37.941.732.84-
YUV171.28113.17129.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 145 (57.03% from 255) = 29.35%
R=35.22%
G=35.43%
B=29.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751450.0100.170.316215.7962.75
HexAEAF9110111F3e103f
Octal256257221102137762077
Binary10101110101011111001000110100011111111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF91; }

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

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

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

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

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

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

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

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