#AEAF99

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

Shades of Bud #AEAF99

Tints of Bud #AEAF99

Color information

#AEAF99 (or 0xAEAF99) is unknown color: approx Bud. HEX triplet: AE, AF and 99. RGB value is (174,175,153). Sum of RGB (Red+Green+Blue) = 174+175+153=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF99 is #515066. Grayscale: #ACACAC. Windows color (decimal): -5328999 or 10071982. OLE color: 10071982.

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

Color convert

RGB174175153-
CMYK0.0100.130.31
HSL62.73º12.09%64.31%-
HSV(B)62.73º12.57%68.63%-
XYZ38.5441.9636.2-
YUV172.19117.17129.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=34.66%
G=34.86%
B=30.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751530.0100.130.3162.7312.0964.31
HexAEAF9910D1F3fc40
Octal2562572311015377714100
Binary1010111010101111100110011011011111111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF99; }

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

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

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

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

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

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

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

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