Html Css Color HEX #A0A76E Green Smoke

📋 copy color: '#A0A76E'

red 160 ◦ green 167 ◦ blue 110

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

Shades of Green Smoke #A0A76E

Tints of Green Smoke #A0A76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.22%

 BLUE value IS 110 (43.36% from 255) = 25.17%

R = 36.61%
G = 38.22%
B = 25.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A0A76E (or 0xA0A76E) is known color: Green Smoke. HEX triplet: A0, A7 and 6E. RGB value is (160,167,110). Sum of RGB (Red+Green+Blue) = 160+167+110=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A76E is #5F5891. Grayscale: #9E9E9E. Windows color (decimal): -6248594 or 7251872. OLE color: 7251872.

HSL color Cylindrical-coordinate representation of color #A0A76E: hue angle of 67.37º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0A76E is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 167 110 -
CMYK 0.04 0 0.34 0.35
HSL 67.37º 0.24% 0.54% -
HSV(B) 67.37º 0.34% 0.65% -
XYZ 31.13 36.24 20.11 -
YUV 158.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 160 167 110 0.04 0 0.34 0.35 67.37 0.24 0.54
Hex A0 A7 6E 4 0 22 23 43 18 36
Octal 240 247 156 4 0 42 43 103 30 66
Binary 10100000 10100111 1101110 100 0 100010 100011 1000011 11000 110110

Color Harmonies of #A0A76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A76E

Black with #A0A76E

Text Example


Text Example

White with #A0A76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A76E; }

 p { color: rgb(160,167,110); }

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

background-color css

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

 a { background-color: rgb(160,167,110); }

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

border-color css

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

 span { border-color: rgb(160,167,110); }

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