Html Css Color HEX #A0A060 Green Smoke

📋 copy color: '#A0A060'

red 160 ◦ green 160 ◦ blue 96

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

Shades of Green Smoke #A0A060

Tints of Green Smoke #A0A060

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 38.46%
G = 38.46%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A0A060 (or 0xA0A060) is known color: Green Smoke. HEX triplet: A0, A0 and 60. RGB value is (160,160,96). Sum of RGB (Red+Green+Blue) = 160+160+96=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A060 is #5F5F9F. Grayscale: #989898. Windows color (decimal): -6250400 or 6332576. OLE color: 6332576.

HSL color Cylindrical-coordinate representation of color #A0A060: hue angle of 60º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A060 is Cyan = 0, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 96 -
CMYK 0 0 0.4 0.37
HSL 60º 0.25% 0.5% -
HSV(B) 60º 0.4% 0.63% -
XYZ 29.18 33.46 15.99 -
YUV 152.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 160 160 96 0 0 0.4 0.37 60 0.25 0.5
Hex A0 A0 60 0 0 28 25 3C 19 32
Octal 240 240 140 0 0 50 45 74 31 62
Binary 10100000 10100000 1100000 0 0 101000 100101 111100 11001 110010

Color Harmonies of #A0A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A060

Black with #A0A060

Text Example


Text Example

White with #A0A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A060; }

 p { color: rgb(160,160,96); }

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

background-color css

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

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

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

border-color css

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

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

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