Html Css Color HEX #AAB96A Green Smoke

📋 copy color: '#AAB96A'

red 170 ◦ green 185 ◦ blue 106

#AAB96A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #AAB96A

Tints of Green Smoke #AAB96A

RGB

 RED value IS 170 (66.8% from 255) = 36.88%

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 36.88%
G = 40.13%
B = 22.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#AAB96A (or 0xAAB96A) is known color: Green Smoke. HEX triplet: AA, B9 and 6A. RGB value is (170,185,106). Sum of RGB (Red+Green+Blue) = 170+185+106=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB96A is #554695. Grayscale: #ABABAB. Windows color (decimal): -5588630 or 6994346. OLE color: 6994346.

HSL color Cylindrical-coordinate representation of color #AAB96A: hue angle of 71.39º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB96A is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 106 -
CMYK 0.08 0 0.43 0.27
HSL 71.39º 0.36% 0.57% -
HSV(B) 71.39º 0.43% 0.73% -
XYZ 36.53 44.28 20.26 -
YUV 171.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 170 185 106 0.08 0 0.43 0.27 71.39 0.36 0.57
Hex AA B9 6A 8 0 2B 1B 47 24 39
Octal 252 271 152 10 0 53 33 107 44 71
Binary 10101010 10111001 1101010 1000 0 101011 11011 1000111 100100 111001

Color Harmonies of #AAB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB96A

Black with #AAB96A

Text Example


Text Example

White with #AAB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB96A; }

 p { color: rgb(170,185,106); }

 H1.HeaderClassName
 {
   color: #AAB96A;
 }
 .AnyTagClassName
 {
   color: #AAB96A;
 }
</style>

background-color css

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

 a { background-color: rgb(170,185,106); }

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

border-color css

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

 span { border-color: rgb(170,185,106); }

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