Html Css Color HEX #A0A955 Green Smoke

📋 copy color: '#A0A955'

red 160 ◦ green 169 ◦ blue 85

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

Shades of Green Smoke #A0A955

Tints of Green Smoke #A0A955

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.82%

 BLUE value IS 85 (33.59% from 255) = 20.53%

R = 38.65%
G = 40.82%
B = 20.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A0A955 (or 0xA0A955) is known color: Green Smoke. HEX triplet: A0, A9 and 55. RGB value is (160,169,85). Sum of RGB (Red+Green+Blue) = 160+169+85=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A955 is #5F56AA. Grayscale: #9D9D9D. Windows color (decimal): -6248107 or 5613984. OLE color: 5613984.

HSL color Cylindrical-coordinate representation of color #A0A955: hue angle of 66.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0A955 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 85 -
CMYK 0.05 0 0.50 0.34
HSL 66.43º 0.33% 0.5% -
HSV(B) 66.43º 0.5% 0.66% -
XYZ 30.32 36.51 14.04 -
YUV 156.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 160 169 85 0.05 0 0.50 0.34 66.43 0.33 0.5
Hex A0 A9 55 5 0 32 22 42 21 32
Octal 240 251 125 5 0 62 42 102 41 62
Binary 10100000 10101001 1010101 101 0 110010 100010 1000010 100001 110010

Color Harmonies of #A0A955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A955

Black with #A0A955

Text Example


Text Example

White with #A0A955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A955; }

 p { color: rgb(160,169,85); }

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

background-color css

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

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

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

border-color css

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

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

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