Html Css Color HEX #AAB86A Green Smoke

📋 copy color: '#AAB86A'

red 170 ◦ green 184 ◦ blue 106

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

Shades of Green Smoke #AAB86A

Tints of Green Smoke #AAB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40%

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

R = 36.96%
G = 40%
B = 23.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#AAB86A (or 0xAAB86A) is known color: Green Smoke. HEX triplet: AA, B8 and 6A. RGB value is (170,184,106). Sum of RGB (Red+Green+Blue) = 170+184+106=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB86A is #554795. Grayscale: #ABABAB. Windows color (decimal): -5588886 or 6994090. OLE color: 6994090.

HSL color Cylindrical-coordinate representation of color #AAB86A: hue angle of 70.77º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB86A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 106 -
CMYK 0.08 0 0.42 0.28
HSL 70.77º 0.35% 0.57% -
HSV(B) 70.77º 0.42% 0.72% -
XYZ 36.32 43.87 20.19 -
YUV 170.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 170 184 106 0.08 0 0.42 0.28 70.77 0.35 0.57
Hex AA B8 6A 8 0 2A 1C 47 23 39
Octal 252 270 152 10 0 52 34 107 43 71
Binary 10101010 10111000 1101010 1000 0 101010 11100 1000111 100011 111001

Color Harmonies of #AAB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB86A

Black with #AAB86A

Text Example


Text Example

White with #AAB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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