Html Css Color HEX #A5A160 Green Smoke

📋 copy color: '#A5A160'

red 165 ◦ green 161 ◦ blue 96

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

Shades of Green Smoke #A5A160

Tints of Green Smoke #A5A160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 39.1%
G = 38.15%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5A160 (or 0xA5A160) is known color: Green Smoke. HEX triplet: A5, A1 and 60. RGB value is (165,161,96). Sum of RGB (Red+Green+Blue) = 165+161+96=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A160 is #5A5E9F. Grayscale: #9B9B9B. Windows color (decimal): -5922464 or 6332837. OLE color: 6332837.

HSL color Cylindrical-coordinate representation of color #A5A160: hue angle of 56.52º 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 #A5A160 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 161 96 -
CMYK 0 0.02 0.42 0.35
HSL 56.52º 0.28% 0.51% -
HSV(B) 56.52º 0.42% 0.65% -
XYZ 30.37 34.33 16.09 -
YUV 154.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 165 161 96 0 0.02 0.42 0.35 56.52 0.28 0.51
Hex A5 A1 60 0 2 2A 23 39 1C 33
Octal 245 241 140 0 2 52 43 71 34 63
Binary 10100101 10100001 1100000 0 10 101010 100011 111001 11100 110011

Color Harmonies of #A5A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A160

Black with #A5A160

Text Example


Text Example

White with #A5A160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A160; }

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

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

background-color css

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

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

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

border-color css

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

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

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