Html Css Color HEX #A0A95D Green Smoke

📋 copy color: '#A0A95D'

red 160 ◦ green 169 ◦ blue 93

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

Shades of Green Smoke #A0A95D

Tints of Green Smoke #A0A95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 37.91%
G = 40.05%
B = 22.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A0A95D (or 0xA0A95D) is known color: Green Smoke. HEX triplet: A0, A9 and 5D. RGB value is (160,169,93). Sum of RGB (Red+Green+Blue) = 160+169+93=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A95D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A95D is #5F56A2. Grayscale: #9D9D9D. Windows color (decimal): -6248099 or 6138272. OLE color: 6138272.

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

Color convert

RGB 160 169 93 -
CMYK 0.05 0 0.45 0.34
HSL 67.11º 0.31% 0.51% -
HSV(B) 67.11º 0.45% 0.66% -
XYZ 30.66 36.64 15.81 -
YUV 157.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 160 169 93 0.05 0 0.45 0.34 67.11 0.31 0.51
Hex A0 A9 5D 5 0 2D 22 43 1F 33
Octal 240 251 135 5 0 55 42 103 37 63
Binary 10100000 10101001 1011101 101 0 101101 100010 1000011 11111 110011

Color Harmonies of #A0A95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A95D

Black with #A0A95D

Text Example


Text Example

White with #A0A95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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