Html Css Color HEX #AAB16C Green Smoke

📋 copy color: '#AAB16C'

red 170 ◦ green 177 ◦ blue 108

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

Shades of Green Smoke #AAB16C

Tints of Green Smoke #AAB16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.74%

R = 37.36%
G = 38.9%
B = 23.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AAB16C (or 0xAAB16C) is known color: Green Smoke. HEX triplet: AA, B1 and 6C. RGB value is (170,177,108). Sum of RGB (Red+Green+Blue) = 170+177+108=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB16C is #554E93. Grayscale: #A7A7A7. Windows color (decimal): -5590676 or 7123370. OLE color: 7123370.

HSL color Cylindrical-coordinate representation of color #AAB16C: hue angle of 66.09º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAB16C is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 108 -
CMYK 0.04 0 0.39 0.31
HSL 66.09º 0.31% 0.56% -
HSV(B) 66.09º 0.39% 0.69% -
XYZ 35.01 41.07 20.27 -
YUV 167.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 170 177 108 0.04 0 0.39 0.31 66.09 0.31 0.56
Hex AA B1 6C 4 0 27 1F 42 1F 38
Octal 252 261 154 4 0 47 37 102 37 70
Binary 10101010 10110001 1101100 100 0 100111 11111 1000010 11111 111000

Color Harmonies of #AAB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB16C

Black with #AAB16C

Text Example


Text Example

White with #AAB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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