Html Css Color HEX #A5A66D Green Smoke

📋 copy color: '#A5A66D'

red 165 ◦ green 166 ◦ blue 109

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

Shades of Green Smoke #A5A66D

Tints of Green Smoke #A5A66D

RGB

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

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

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

R = 37.5%
G = 37.73%
B = 24.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5A66D (or 0xA5A66D) is known color: Green Smoke. HEX triplet: A5, A6 and 6D. RGB value is (165,166,109). Sum of RGB (Red+Green+Blue) = 165+166+109=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A66D is #5A5992. Grayscale: #9F9F9F. Windows color (decimal): -5921171 or 7186085. OLE color: 7186085.

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

Color convert

RGB 165 166 109 -
CMYK 0.01 0 0.34 0.35
HSL 61.05º 0.24% 0.54% -
HSV(B) 61.05º 0.34% 0.65% -
XYZ 31.91 36.38 19.81 -
YUV 159.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 165 166 109 0.01 0 0.34 0.35 61.05 0.24 0.54
Hex A5 A6 6D 1 0 22 23 3D 18 36
Octal 245 246 155 1 0 42 43 75 30 66
Binary 10100101 10100110 1101101 1 0 100010 100011 111101 11000 110110

Color Harmonies of #A5A66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A66D

Black with #A5A66D

Text Example


Text Example

White with #A5A66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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