Html Css Color HEX #A0A56C Green Smoke

📋 copy color: '#A0A56C'

red 160 ◦ green 165 ◦ blue 108

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

Shades of Green Smoke #A0A56C

Tints of Green Smoke #A0A56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 36.95%
G = 38.11%
B = 24.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A0A56C (or 0xA0A56C) is known color: Green Smoke. HEX triplet: A0, A5 and 6C. RGB value is (160,165,108). Sum of RGB (Red+Green+Blue) = 160+165+108=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A56C is #5F5A93. Grayscale: #9D9D9D. Windows color (decimal): -6249108 or 7120288. OLE color: 7120288.

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

Color convert

RGB 160 165 108 -
CMYK 0.03 0 0.35 0.35
HSL 65.26º 0.24% 0.54% -
HSV(B) 65.26º 0.35% 0.65% -
XYZ 30.66 35.47 19.42 -
YUV 157.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 160 165 108 0.03 0 0.35 0.35 65.26 0.24 0.54
Hex A0 A5 6C 3 0 23 23 41 18 36
Octal 240 245 154 3 0 43 43 101 30 66
Binary 10100000 10100101 1101100 11 0 100011 100011 1000001 11000 110110

Color Harmonies of #A0A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A56C

Black with #A0A56C

Text Example


Text Example

White with #A0A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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