Html Css Color HEX #A0A261 Green Smoke

📋 copy color: '#A0A261'

red 160 ◦ green 162 ◦ blue 97

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

Shades of Green Smoke #A0A261

Tints of Green Smoke #A0A261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 38.19%
G = 38.66%
B = 23.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A0A261 (or 0xA0A261) is known color: Green Smoke. HEX triplet: A0, A2 and 61. RGB value is (160,162,97). Sum of RGB (Red+Green+Blue) = 160+162+97=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A261 is #5F5D9E. Grayscale: #9A9A9A. Windows color (decimal): -6249887 or 6398624. OLE color: 6398624.

HSL color Cylindrical-coordinate representation of color #A0A261: hue angle of 61.85º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A261 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 162 97 -
CMYK 0.01 0 0.40 0.36
HSL 61.85º 0.26% 0.51% -
HSV(B) 61.85º 0.4% 0.64% -
XYZ 29.58 34.18 16.35 -
YUV 153.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 160 162 97 0.01 0 0.40 0.36 61.85 0.26 0.51
Hex A0 A2 61 1 0 28 24 3E 1A 33
Octal 240 242 141 1 0 50 44 76 32 63
Binary 10100000 10100010 1100001 1 0 101000 100100 111110 11010 110011

Color Harmonies of #A0A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A261

Black with #A0A261

Text Example


Text Example

White with #A0A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A261; }

 p { color: rgb(160,162,97); }

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

background-color css

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

 a { background-color: rgb(160,162,97); }

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

border-color css

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

 span { border-color: rgb(160,162,97); }

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