Html Css Color HEX #A0A95A Green Smoke

📋 copy color: '#A0A95A'

red 160 ◦ green 169 ◦ blue 90

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

Shades of Green Smoke #A0A95A

Tints of Green Smoke #A0A95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 38.19%
G = 40.33%
B = 21.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A0A95A (or 0xA0A95A) is known color: Green Smoke. HEX triplet: A0, A9 and 5A. RGB value is (160,169,90). Sum of RGB (Red+Green+Blue) = 160+169+90=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A95A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A95A is #5F56A5. Grayscale: #9D9D9D. Windows color (decimal): -6248102 or 5941664. OLE color: 5941664.

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

Color convert

RGB 160 169 90 -
CMYK 0.05 0 0.47 0.34
HSL 66.84º 0.31% 0.51% -
HSV(B) 66.84º 0.47% 0.66% -
XYZ 30.53 36.59 15.13 -
YUV 157.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 160 169 90 0.05 0 0.47 0.34 66.84 0.31 0.51
Hex A0 A9 5A 5 0 2F 22 43 1F 33
Octal 240 251 132 5 0 57 42 103 37 63
Binary 10100000 10101001 1011010 101 0 101111 100010 1000011 11111 110011

Color Harmonies of #A0A95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A95A

Black with #A0A95A

Text Example


Text Example

White with #A0A95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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