Html Css Color HEX #A0A95E Green Smoke

📋 copy color: '#A0A95E'

red 160 ◦ green 169 ◦ blue 94

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

Shades of Green Smoke #A0A95E

Tints of Green Smoke #A0A95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 37.83%
G = 39.95%
B = 22.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A0A95E (or 0xA0A95E) is known color: Green Smoke. HEX triplet: A0, A9 and 5E. RGB value is (160,169,94). Sum of RGB (Red+Green+Blue) = 160+169+94=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A95E is #5F56A1. Grayscale: #9E9E9E. Windows color (decimal): -6248098 or 6203808. OLE color: 6203808.

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

Color convert

RGB 160 169 94 -
CMYK 0.05 0 0.44 0.34
HSL 67.2º 0.3% 0.52% -
HSV(B) 67.2º 0.44% 0.66% -
XYZ 30.71 36.66 16.05 -
YUV 157.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 160 169 94 0.05 0 0.44 0.34 67.2 0.3 0.52
Hex A0 A9 5E 5 0 2C 22 43 1E 34
Octal 240 251 136 5 0 54 42 103 36 64
Binary 10100000 10101001 1011110 101 0 101100 100010 1000011 11110 110100

Color Harmonies of #A0A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A95E

Black with #A0A95E

Text Example


Text Example

White with #A0A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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