#AEAF8C

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

Shades of Bud #AEAF8C

Tints of Bud #AEAF8C

Color information

#AEAF8C (or 0xAEAF8C) is unknown color: approx Bud. HEX triplet: AE, AF and 8C. RGB value is (174,175,140). Sum of RGB (Red+Green+Blue) = 174+175+140=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF8C is #515073. Grayscale: #AAAAAA. Windows color (decimal): -5329012 or 9220014. OLE color: 9220014.

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

Color convert

RGB174175140-
CMYK0.0100.20.31
HSL61.71º17.95%61.76%-
HSV(B)61.71º20%68.63%-
XYZ37.5241.5530.85-
YUV170.71110.67130.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=35.58%
G=35.79%
B=28.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751400.0100.20.3161.7117.9561.76
HexAEAF8C10141F3e123e
Octal256257214102437762276
Binary10101110101011111000110010101001111111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF8C; }

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

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

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

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

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

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

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

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