#AEAF8E

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

Shades of Bud #AEAF8E

Tints of Bud #AEAF8E

Color information

#AEAF8E (or 0xAEAF8E) is unknown color: approx Bud. HEX triplet: AE, AF and 8E. RGB value is (174,175,142). Sum of RGB (Red+Green+Blue) = 174+175+142=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF8E is #515071. Grayscale: #ABABAB. Windows color (decimal): -5329010 or 9351086. OLE color: 9351086.

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

Color convert

RGB174175142-
CMYK0.0100.190.31
HSL61.82º17.1%62.16%-
HSV(B)61.82º18.86%68.63%-
XYZ37.6741.6131.64-
YUV170.94111.67130.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=35.44%
G=35.64%
B=28.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751420.0100.190.3161.8217.162.16
HexAEAF8E10131F3e113e
Octal256257216102337762176
Binary10101110101011111000111010100111111111111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF8E; }

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

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

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

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

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

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

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

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