Html Css Color HEX #A5A060 Green Smoke

📋 copy color: '#A5A060'

red 165 ◦ green 160 ◦ blue 96

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

Shades of Green Smoke #A5A060

Tints of Green Smoke #A5A060

RGB

 RED value IS 165 (64.84% from 255) = 39.19%

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 96 (37.89% from 255) = 22.8%

R = 39.19%
G = 38%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5A060 (or 0xA5A060) is known color: Green Smoke. HEX triplet: A5, A0 and 60. RGB value is (165,160,96). Sum of RGB (Red+Green+Blue) = 165+160+96=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A060 is #5A5F9F. Grayscale: #9A9A9A. Windows color (decimal): -5922720 or 6332581. OLE color: 6332581.

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

Color convert

RGB 165 160 96 -
CMYK 0 0.03 0.42 0.35
HSL 55.65º 0.28% 0.51% -
HSV(B) 55.65º 0.42% 0.65% -
XYZ 30.2 33.99 16.03 -
YUV 154.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 165 160 96 0 0.03 0.42 0.35 55.65 0.28 0.51
Hex A5 A0 60 0 3 2A 23 38 1C 33
Octal 245 240 140 0 3 52 43 70 34 63
Binary 10100101 10100000 1100000 0 11 101010 100011 111000 11100 110011

Color Harmonies of #A5A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A060

Black with #A5A060

Text Example


Text Example

White with #A5A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A060; }

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

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

background-color css

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

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

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

border-color css

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

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

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