#AEAF8A

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

Shades of Bud #AEAF8A

Tints of Bud #AEAF8A

Color information

#AEAF8A (or 0xAEAF8A) is unknown color: approx Bud. HEX triplet: AE, AF and 8A. RGB value is (174,175,138). Sum of RGB (Red+Green+Blue) = 174+175+138=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF8A is #515075. Grayscale: #AAAAAA. Windows color (decimal): -5329014 or 9088942. OLE color: 9088942.

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

Color convert

RGB174175138-
CMYK0.0100.210.31
HSL61.62º18.78%61.37%-
HSV(B)61.62º21.14%68.63%-
XYZ37.3741.4930.08-
YUV170.48109.67130.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=35.73%
G=35.93%
B=28.34%

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
Decimal1741751380.0100.210.3161.6218.7861.37
HexAEAF8A10151F3e133d
Octal256257212102537762375
Binary10101110101011111000101010101011111111111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF8A; }

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

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

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

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

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

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

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

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