Html Css Color HEX #A0A16A Green Smoke

📋 copy color: '#A0A16A'

red 160 ◦ green 161 ◦ blue 106

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

Shades of Green Smoke #A0A16A

Tints of Green Smoke #A0A16A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

 BLUE value IS 106 (41.8% from 255) = 24.82%

R = 37.47%
G = 37.7%
B = 24.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0A16A (or 0xA0A16A) is known color: Green Smoke. HEX triplet: A0, A1 and 6A. RGB value is (160,161,106). Sum of RGB (Red+Green+Blue) = 160+161+106=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A16A is #5F5E95. Grayscale: #9A9A9A. Windows color (decimal): -6250134 or 6988192. OLE color: 6988192.

HSL color Cylindrical-coordinate representation of color #A0A16A: hue angle of 61.09º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0A16A is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 161 106 -
CMYK 0.01 0 0.34 0.37
HSL 61.09º 0.23% 0.52% -
HSV(B) 61.09º 0.34% 0.63% -
XYZ 29.84 34 18.63 -
YUV 154.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 160 161 106 0.01 0 0.34 0.37 61.09 0.23 0.52
Hex A0 A1 6A 1 0 22 25 3D 17 34
Octal 240 241 152 1 0 42 45 75 27 64
Binary 10100000 10100001 1101010 1 0 100010 100101 111101 10111 110100

Color Harmonies of #A0A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A16A

Black with #A0A16A

Text Example


Text Example

White with #A0A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A16A; }

 p { color: rgb(160,161,106); }

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

background-color css

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

 a { background-color: rgb(160,161,106); }

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

border-color css

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

 span { border-color: rgb(160,161,106); }

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