#AEAF89

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

Shades of Bud #AEAF89

Tints of Bud #AEAF89

Color information

#AEAF89 (or 0xAEAF89) is unknown color: approx Bud. HEX triplet: AE, AF and 89. RGB value is (174,175,137). Sum of RGB (Red+Green+Blue) = 174+175+137=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF89 is #515076. Grayscale: #AAAAAA. Windows color (decimal): -5329015 or 9023406. OLE color: 9023406.

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

Color convert

RGB174175137-
CMYK0.0100.220.31
HSL61.58º19.19%61.18%-
HSV(B)61.58º21.71%68.63%-
XYZ37.341.4629.7-
YUV170.37109.17130.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=35.80%
G=36.01%
B=28.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751370.0100.220.3161.5819.1961.18
HexAEAF8910161F3e133d
Octal256257211102637762375
Binary10101110101011111000100110101101111111111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF89; }

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

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

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

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

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

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

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

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