Html Css Color HEX #A0A45D Green Smoke

📋 copy color: '#A0A45D'

red 160 ◦ green 164 ◦ blue 93

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

Shades of Green Smoke #A0A45D

Tints of Green Smoke #A0A45D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.33%

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

R = 38.37%
G = 39.33%
B = 22.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A0A45D (or 0xA0A45D) is known color: Green Smoke. HEX triplet: A0, A4 and 5D. RGB value is (160,164,93). Sum of RGB (Red+Green+Blue) = 160+164+93=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A45D is #5F5BA2. Grayscale: #9A9A9A. Windows color (decimal): -6249379 or 6136992. OLE color: 6136992.

HSL color Cylindrical-coordinate representation of color #A0A45D: hue angle of 63.38º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0A45D is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 164 93 -
CMYK 0.02 0 0.43 0.36
HSL 63.38º 0.28% 0.5% -
HSV(B) 63.38º 0.43% 0.64% -
XYZ 29.75 34.81 15.51 -
YUV 154.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 160 164 93 0.02 0 0.43 0.36 63.38 0.28 0.5
Hex A0 A4 5D 2 0 2B 24 3F 1C 32
Octal 240 244 135 2 0 53 44 77 34 62
Binary 10100000 10100100 1011101 10 0 101011 100100 111111 11100 110010

Color Harmonies of #A0A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A45D

Black with #A0A45D

Text Example


Text Example

White with #A0A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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