Html Css Color HEX #A0A55C Green Smoke

📋 copy color: '#A0A55C'

red 160 ◦ green 165 ◦ blue 92

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

Shades of Green Smoke #A0A55C

Tints of Green Smoke #A0A55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 38.37%
G = 39.57%
B = 22.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A0A55C (or 0xA0A55C) is known color: Green Smoke. HEX triplet: A0, A5 and 5C. RGB value is (160,165,92). Sum of RGB (Red+Green+Blue) = 160+165+92=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A55C is #5F5AA3. Grayscale: #9B9B9B. Windows color (decimal): -6249124 or 6071712. OLE color: 6071712.

HSL color Cylindrical-coordinate representation of color #A0A55C: hue angle of 64.11º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0A55C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 92 -
CMYK 0.03 0 0.44 0.35
HSL 64.11º 0.29% 0.5% -
HSV(B) 64.11º 0.44% 0.65% -
XYZ 29.88 35.16 15.34 -
YUV 155.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 160 165 92 0.03 0 0.44 0.35 64.11 0.29 0.5
Hex A0 A5 5C 3 0 2C 23 40 1D 32
Octal 240 245 134 3 0 54 43 100 35 62
Binary 10100000 10100101 1011100 11 0 101100 100011 1000000 11101 110010

Color Harmonies of #A0A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A55C

Black with #A0A55C

Text Example


Text Example

White with #A0A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A55C; }

 p { color: rgb(160,165,92); }

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

background-color css

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

 a { background-color: rgb(160,165,92); }

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

border-color css

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

 span { border-color: rgb(160,165,92); }

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