#AEAF8B

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

Shades of Bud #AEAF8B

Tints of Bud #AEAF8B

Color information

#AEAF8B (or 0xAEAF8B) is unknown color: approx Bud. HEX triplet: AE, AF and 8B. RGB value is (174,175,139). Sum of RGB (Red+Green+Blue) = 174+175+139=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF8B is #515074. Grayscale: #AAAAAA. Windows color (decimal): -5329013 or 9154478. OLE color: 9154478.

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

Color convert

RGB174175139-
CMYK0.0100.210.31
HSL61.67º18.37%61.57%-
HSV(B)61.67º20.57%68.63%-
XYZ37.4541.5230.47-
YUV170.6110.17130.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=35.66%
G=35.86%
B=28.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751390.0100.210.3161.6718.3761.57
HexAEAF8B10151F3e123e
Octal256257213102537762276
Binary10101110101011111000101110101011111111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF8B; }

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

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

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

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

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

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

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

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