Html Css Color HEX #A5A356 Green Smoke

📋 copy color: '#A5A356'

red 165 ◦ green 163 ◦ blue 86

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

Shades of Green Smoke #A5A356

Tints of Green Smoke #A5A356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.37%

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 39.86%
G = 39.37%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A5A356 (or 0xA5A356) is known color: Green Smoke. HEX triplet: A5, A3 and 56. RGB value is (165,163,86). Sum of RGB (Red+Green+Blue) = 165+163+86=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A356 is #5A5CA9. Grayscale: #9B9B9B. Windows color (decimal): -5921962 or 5677989. OLE color: 5677989.

HSL color Cylindrical-coordinate representation of color #A5A356: hue angle of 58.48º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5A356 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 163 86 -
CMYK 0 0.01 0.48 0.35
HSL 58.48º 0.31% 0.49% -
HSV(B) 58.48º 0.48% 0.65% -
XYZ 30.29 34.87 13.94 -
YUV 154.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 165 163 86 0 0.01 0.48 0.35 58.48 0.31 0.49
Hex A5 A3 56 0 1 30 23 3A 1F 31
Octal 245 243 126 0 1 60 43 72 37 61
Binary 10100101 10100011 1010110 0 1 110000 100011 111010 11111 110001

Color Harmonies of #A5A356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A356

Black with #A5A356

Text Example


Text Example

White with #A5A356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A356; }

 p { color: rgb(165,163,86); }

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

background-color css

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

 a { background-color: rgb(165,163,86); }

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

border-color css

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

 span { border-color: rgb(165,163,86); }

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