Html Css Color HEX #AAB470 Green Smoke

📋 copy color: '#AAB470'

red 170 ◦ green 180 ◦ blue 112

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

Shades of Green Smoke #AAB470

Tints of Green Smoke #AAB470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 36.8%
G = 38.96%
B = 24.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#AAB470 (or 0xAAB470) is known color: Green Smoke. HEX triplet: AA, B4 and 70. RGB value is (170,180,112). Sum of RGB (Red+Green+Blue) = 170+180+112=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB470 is #554B8F. Grayscale: #A9A9A9. Windows color (decimal): -5589904 or 7386282. OLE color: 7386282.

HSL color Cylindrical-coordinate representation of color #AAB470: hue angle of 68.82º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB470 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 112 -
CMYK 0.06 0 0.38 0.29
HSL 68.82º 0.31% 0.57% -
HSV(B) 68.82º 0.38% 0.71% -
XYZ 35.82 42.36 21.62 -
YUV 169.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 170 180 112 0.06 0 0.38 0.29 68.82 0.31 0.57
Hex AA B4 70 6 0 26 1D 45 1F 39
Octal 252 264 160 6 0 46 35 105 37 71
Binary 10101010 10110100 1110000 110 0 100110 11101 1000101 11111 111001

Color Harmonies of #AAB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB470

Black with #AAB470

Text Example


Text Example

White with #AAB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB470; }

 p { color: rgb(170,180,112); }

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

background-color css

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

 a { background-color: rgb(170,180,112); }

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

border-color css

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

 span { border-color: rgb(170,180,112); }

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