Html Css Color HEX #A5A061 Green Smoke

📋 copy color: '#A5A061'

red 165 ◦ green 160 ◦ blue 97

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

Shades of Green Smoke #A5A061

Tints of Green Smoke #A5A061

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.91%

 BLUE value IS 97 (38.28% from 255) = 22.99%

R = 39.1%
G = 37.91%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A5A061 (or 0xA5A061) is known color: Green Smoke. HEX triplet: A5, A0 and 61. RGB value is (165,160,97). Sum of RGB (Red+Green+Blue) = 165+160+97=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A061 is #5A5F9E. Grayscale: #9A9A9A. Windows color (decimal): -5922719 or 6398117. OLE color: 6398117.

HSL color Cylindrical-coordinate representation of color #A5A061: hue angle of 55.59º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5A061 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 160 97 -
CMYK 0 0.03 0.41 0.35
HSL 55.59º 0.27% 0.51% -
HSV(B) 55.59º 0.41% 0.65% -
XYZ 30.25 34 16.28 -
YUV 154.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 165 160 97 0 0.03 0.41 0.35 55.59 0.27 0.51
Hex A5 A0 61 0 3 29 23 38 1B 33
Octal 245 240 141 0 3 51 43 70 33 63
Binary 10100101 10100000 1100001 0 11 101001 100011 111000 11011 110011

Color Harmonies of #A5A061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A061

Black with #A5A061

Text Example


Text Example

White with #A5A061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A061; }

 p { color: rgb(165,160,97); }

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

background-color css

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

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

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

border-color css

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

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

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