Html Css Color HEX #A5A660 Green Smoke

📋 copy color: '#A5A660'

red 165 ◦ green 166 ◦ blue 96

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

Shades of Green Smoke #A5A660

Tints of Green Smoke #A5A660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

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

R = 38.64%
G = 38.88%
B = 22.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5A660 (or 0xA5A660) is known color: Green Smoke. HEX triplet: A5, A6 and 60. RGB value is (165,166,96). Sum of RGB (Red+Green+Blue) = 165+166+96=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A660 is #5A599F. Grayscale: #9E9E9E. Windows color (decimal): -5921184 or 6334117. OLE color: 6334117.

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

Color convert

RGB 165 166 96 -
CMYK 0.01 0 0.42 0.35
HSL 60.86º 0.28% 0.51% -
HSV(B) 60.86º 0.42% 0.65% -
XYZ 31.26 36.12 16.39 -
YUV 157.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 165 166 96 0.01 0 0.42 0.35 60.86 0.28 0.51
Hex A5 A6 60 1 0 2A 23 3D 1C 33
Octal 245 246 140 1 0 52 43 75 34 63
Binary 10100101 10100110 1100000 1 0 101010 100011 111101 11100 110011

Color Harmonies of #A5A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A660

Black with #A5A660

Text Example


Text Example

White with #A5A660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A660; }

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

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

background-color css

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

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

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

border-color css

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

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

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