#AEAF8F

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

Shades of Bud #AEAF8F

Tints of Bud #AEAF8F

Color information

#AEAF8F (or 0xAEAF8F) is unknown color: approx Bud. HEX triplet: AE, AF and 8F. RGB value is (174,175,143). Sum of RGB (Red+Green+Blue) = 174+175+143=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF8F is #515070. Grayscale: #ABABAB. Windows color (decimal): -5329009 or 9416622. OLE color: 9416622.

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

Color convert

RGB174175143-
CMYK0.0100.180.31
HSL61.88º16.67%62.35%-
HSV(B)61.88º18.29%68.63%-
XYZ37.7441.6432.03-
YUV171.05112.17130.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=35.37%
G=35.57%
B=29.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751430.0100.180.3161.8816.6762.35
HexAEAF8F10121F3e113e
Octal256257217102237762176
Binary10101110101011111000111110100101111111111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF8F; }

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

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

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

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

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

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

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

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