Html Css Color HEX #A0A56E Green Smoke

📋 copy color: '#A0A56E'

red 160 ◦ green 165 ◦ blue 110

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

Shades of Green Smoke #A0A56E

Tints of Green Smoke #A0A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.93%

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

R = 36.78%
G = 37.93%
B = 25.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A0A56E (or 0xA0A56E) is known color: Green Smoke. HEX triplet: A0, A5 and 6E. RGB value is (160,165,110). Sum of RGB (Red+Green+Blue) = 160+165+110=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A56E is #5F5A91. Grayscale: #9D9D9D. Windows color (decimal): -6249106 or 7251360. OLE color: 7251360.

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

Color convert

RGB 160 165 110 -
CMYK 0.03 0 0.33 0.35
HSL 65.45º 0.23% 0.54% -
HSV(B) 65.45º 0.33% 0.65% -
XYZ 30.77 35.51 19.98 -
YUV 157.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 160 165 110 0.03 0 0.33 0.35 65.45 0.23 0.54
Hex A0 A5 6E 3 0 21 23 41 17 36
Octal 240 245 156 3 0 41 43 101 27 66
Binary 10100000 10100101 1101110 11 0 100001 100011 1000001 10111 110110

Color Harmonies of #A0A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A56E

Black with #A0A56E

Text Example


Text Example

White with #A0A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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