Html Css Color HEX #A0AA4A Green Smoke

📋 copy color: '#A0AA4A'

red 160 ◦ green 170 ◦ blue 74

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

Shades of Green Smoke #A0AA4A

Tints of Green Smoke #A0AA4A

RGB

 RED value IS 160 (62.89% from 255) = 39.6%

 GREEN value IS 170 (66.8% from 255) = 42.08%

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 39.6%
G = 42.08%
B = 18.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#A0AA4A (or 0xA0AA4A) is known color: Green Smoke. HEX triplet: A0, AA and 4A. RGB value is (160,170,74). Sum of RGB (Red+Green+Blue) = 160+170+74=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA4A is #5F55B5. Grayscale: #9C9C9C. Windows color (decimal): -6247862 or 4893344. OLE color: 4893344.

HSL color Cylindrical-coordinate representation of color #A0AA4A: hue angle of 66.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0AA4A is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 74 -
CMYK 0.06 0 0.56 0.33
HSL 66.25º 0.39% 0.48% -
HSV(B) 66.25º 0.56% 0.67% -
XYZ 30.11 36.72 11.98 -
YUV 156.07 81.69 130.81 -
System Red Green Blue C M Y K H S L
Decimal 160 170 74 0.06 0 0.56 0.33 66.25 0.39 0.48
Hex A0 AA 4A 6 0 38 21 42 27 30
Octal 240 252 112 6 0 70 41 102 47 60
Binary 10100000 10101010 1001010 110 0 111000 100001 1000010 100111 110000

Color Harmonies of #A0AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA4A

Black with #A0AA4A

Text Example


Text Example

White with #A0AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA4A; }

 p { color: rgb(160,170,74); }

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

background-color css

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

 a { background-color: rgb(160,170,74); }

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

border-color css

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

 span { border-color: rgb(160,170,74); }

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