Html Css Color HEX #A5A56D Green Smoke

📋 copy color: '#A5A56D'

red 165 ◦ green 165 ◦ blue 109

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

Shades of Green Smoke #A5A56D

Tints of Green Smoke #A5A56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 109 (42.97% from 255) = 24.83%

R = 37.59%
G = 37.59%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5A56D (or 0xA5A56D) is known color: Green Smoke. HEX triplet: A5, A5 and 6D. RGB value is (165,165,109). Sum of RGB (Red+Green+Blue) = 165+165+109=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A56D is #5A5A92. Grayscale: #9E9E9E. Windows color (decimal): -5921427 or 7185829. OLE color: 7185829.

HSL color Cylindrical-coordinate representation of color #A5A56D: hue angle of 60º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5A56D is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 165 109 -
CMYK 0 0 0.34 0.35
HSL 60º 0.24% 0.54% -
HSV(B) 60º 0.34% 0.65% -
XYZ 31.73 36.01 19.75 -
YUV 158.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 165 165 109 0 0 0.34 0.35 60 0.24 0.54
Hex A5 A5 6D 0 0 22 23 3C 18 36
Octal 245 245 155 0 0 42 43 74 30 66
Binary 10100101 10100101 1101101 0 0 100010 100011 111100 11000 110110

Color Harmonies of #A5A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A56D

Black with #A5A56D

Text Example


Text Example

White with #A5A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A56D; }

 p { color: rgb(165,165,109); }

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

background-color css

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

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

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

border-color css

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

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

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