#AAAF69

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

Shades of Green Smoke #AAAF69

Tints of Green Smoke #AAAF69

Color information

#AAAF69 (or 0xAAAF69) is unknown color: approx Green Smoke. HEX triplet: AA, AF and 69. RGB value is (170,175,105). Sum of RGB (Red+Green+Blue) = 170+175+105=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF69 is #555096. Grayscale: #A5A5A5. Windows color (decimal): -5591191 or 6926250. OLE color: 6926250.

HSL color Cylindrical-coordinate representation of color #AAAF69: hue angle of 64.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAAF69 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB170175105-
CMYK0.0300.400.31
HSL64.29º30.43%54.9%-
HSV(B)64.29º40%68.63%-
XYZ34.4640.2319.31-
YUV165.5293.84131.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=37.78%
G=38.89%
B=23.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751050.0300.400.3164.2930.4354.9
HexAAAF6930281F401e37
Octal2522571513050371003667
Binary1010101010101111110100111010100011111100000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF69; }

 p { color: rgb(170,175,105); }

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

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

 a { background-color: rgb(170,175,105); }

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

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

 span { border-color: rgb(170,175,105); }

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