Html Css Color HEX #AAB16A Green Smoke

📋 copy color: '#AAB16A'

red 170 ◦ green 177 ◦ blue 106

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

Shades of Green Smoke #AAB16A

Tints of Green Smoke #AAB16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

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

R = 37.53%
G = 39.07%
B = 23.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AAB16A (or 0xAAB16A) is known color: Green Smoke. HEX triplet: AA, B1 and 6A. RGB value is (170,177,106). Sum of RGB (Red+Green+Blue) = 170+177+106=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB16A is #554E95. Grayscale: #A7A7A7. Windows color (decimal): -5590678 or 6992298. OLE color: 6992298.

HSL color Cylindrical-coordinate representation of color #AAB16A: hue angle of 65.92º degrees, saturation: 0.31, 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 #AAB16A is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 106 -
CMYK 0.04 0 0.40 0.31
HSL 65.92º 0.31% 0.55% -
HSV(B) 65.92º 0.4% 0.69% -
XYZ 34.9 41.03 19.72 -
YUV 166.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 170 177 106 0.04 0 0.40 0.31 65.92 0.31 0.55
Hex AA B1 6A 4 0 28 1F 42 1F 37
Octal 252 261 152 4 0 50 37 102 37 67
Binary 10101010 10110001 1101010 100 0 101000 11111 1000010 11111 110111

Color Harmonies of #AAB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB16A

Black with #AAB16A

Text Example


Text Example

White with #AAB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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