Html Css Color HEX #AAB06F Green Smoke

📋 copy color: '#AAB06F'

red 170 ◦ green 176 ◦ blue 111

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

Shades of Green Smoke #AAB06F

Tints of Green Smoke #AAB06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 37.2%
G = 38.51%
B = 24.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AAB06F (or 0xAAB06F) is known color: Green Smoke. HEX triplet: AA, B0 and 6F. RGB value is (170,176,111). Sum of RGB (Red+Green+Blue) = 170+176+111=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB06F is #554F90. Grayscale: #A7A7A7. Windows color (decimal): -5590929 or 7319722. OLE color: 7319722.

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

Color convert

RGB 170 176 111 -
CMYK 0.03 0 0.37 0.31
HSL 65.54º 0.29% 0.56% -
HSV(B) 65.54º 0.37% 0.69% -
XYZ 34.97 40.74 21.06 -
YUV 166.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 170 176 111 0.03 0 0.37 0.31 65.54 0.29 0.56
Hex AA B0 6F 3 0 25 1F 42 1D 38
Octal 252 260 157 3 0 45 37 102 35 70
Binary 10101010 10110000 1101111 11 0 100101 11111 1000010 11101 111000

Color Harmonies of #AAB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB06F

Black with #AAB06F

Text Example


Text Example

White with #AAB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB06F; }

 p { color: rgb(170,176,111); }

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

background-color css

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

 a { background-color: rgb(170,176,111); }

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

border-color css

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

 span { border-color: rgb(170,176,111); }

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