Html Css Color HEX #A0A05F Green Smoke

📋 copy color: '#A0A05F'

red 160 ◦ green 160 ◦ blue 95

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

Shades of Green Smoke #A0A05F

Tints of Green Smoke #A0A05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 38.55%
G = 38.55%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0A05F (or 0xA0A05F) is known color: Green Smoke. HEX triplet: A0, A0 and 5F. RGB value is (160,160,95). Sum of RGB (Red+Green+Blue) = 160+160+95=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A05F is #5F5FA0. Grayscale: #989898. Windows color (decimal): -6250401 or 6267040. OLE color: 6267040.

HSL color Cylindrical-coordinate representation of color #A0A05F: 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.41%. Process color model (Four color, CMYK) of #A0A05F is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 95 -
CMYK 0 0 0.41 0.37
HSL 60º 0.25% 0.5% -
HSV(B) 60º 0.41% 0.63% -
XYZ 29.13 33.44 15.75 -
YUV 152.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 160 160 95 0 0 0.41 0.37 60 0.25 0.5
Hex A0 A0 5F 0 0 29 25 3C 19 32
Octal 240 240 137 0 0 51 45 74 31 62
Binary 10100000 10100000 1011111 0 0 101001 100101 111100 11001 110010

Color Harmonies of #A0A05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A05F

Black with #A0A05F

Text Example


Text Example

White with #A0A05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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