Html Css Color HEX #A0A36E Green Smoke

📋 copy color: '#A0A36E'

red 160 ◦ green 163 ◦ blue 110

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

Shades of Green Smoke #A0A36E

Tints of Green Smoke #A0A36E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.64%

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

R = 36.95%
G = 37.64%
B = 25.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A0A36E (or 0xA0A36E) is known color: Green Smoke. HEX triplet: A0, A3 and 6E. RGB value is (160,163,110). Sum of RGB (Red+Green+Blue) = 160+163+110=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A36E is #5F5C91. Grayscale: #9C9C9C. Windows color (decimal): -6249618 or 7250848. OLE color: 7250848.

HSL color Cylindrical-coordinate representation of color #A0A36E: hue angle of 63.4º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0A36E is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 110 -
CMYK 0.02 0 0.33 0.36
HSL 63.4º 0.22% 0.54% -
HSV(B) 63.4º 0.33% 0.64% -
XYZ 30.41 34.79 19.87 -
YUV 156.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 160 163 110 0.02 0 0.33 0.36 63.4 0.22 0.54
Hex A0 A3 6E 2 0 21 24 3F 16 36
Octal 240 243 156 2 0 41 44 77 26 66
Binary 10100000 10100011 1101110 10 0 100001 100100 111111 10110 110110

Color Harmonies of #A0A36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A36E

Black with #A0A36E

Text Example


Text Example

White with #A0A36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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