Html Css Color HEX #A5A159 Green Smoke

📋 copy color: '#A5A159'

red 165 ◦ green 161 ◦ blue 89

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

Shades of Green Smoke #A5A159

Tints of Green Smoke #A5A159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.45%

R = 39.76%
G = 38.8%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A5A159 (or 0xA5A159) is known color: Green Smoke. HEX triplet: A5, A1 and 59. RGB value is (165,161,89). Sum of RGB (Red+Green+Blue) = 165+161+89=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A159 is #5A5EA6. Grayscale: #9A9A9A. Windows color (decimal): -5922471 or 5874085. OLE color: 5874085.

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

Color convert

RGB 165 161 89 -
CMYK 0 0.02 0.46 0.35
HSL 56.84º 0.3% 0.5% -
HSV(B) 56.84º 0.46% 0.65% -
XYZ 30.07 34.21 14.47 -
YUV 153.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 165 161 89 0 0.02 0.46 0.35 56.84 0.3 0.5
Hex A5 A1 59 0 2 2E 23 39 1E 32
Octal 245 241 131 0 2 56 43 71 36 62
Binary 10100101 10100001 1011001 0 10 101110 100011 111001 11110 110010

Color Harmonies of #A5A159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A159

Black with #A5A159

Text Example


Text Example

White with #A5A159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A159; }

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

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

background-color css

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

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

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

border-color css

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

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

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