Html Css Color HEX #A5A361 Green Smoke

📋 copy color: '#A5A361'

red 165 ◦ green 163 ◦ blue 97

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

Shades of Green Smoke #A5A361

Tints of Green Smoke #A5A361

RGB

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

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

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

R = 38.82%
G = 38.35%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A5A361 (or 0xA5A361) is known color: Green Smoke. HEX triplet: A5, A3 and 61. RGB value is (165,163,97). Sum of RGB (Red+Green+Blue) = 165+163+97=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A361 is #5A5C9E. Grayscale: #9C9C9C. Windows color (decimal): -5921951 or 6398885. OLE color: 6398885.

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

Color convert

RGB 165 163 97 -
CMYK 0 0.01 0.41 0.35
HSL 58.24º 0.27% 0.51% -
HSV(B) 58.24º 0.41% 0.65% -
XYZ 30.77 35.06 16.45 -
YUV 156.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 165 163 97 0 0.01 0.41 0.35 58.24 0.27 0.51
Hex A5 A3 61 0 1 29 23 3A 1B 33
Octal 245 243 141 0 1 51 43 72 33 63
Binary 10100101 10100011 1100001 0 1 101001 100011 111010 11011 110011

Color Harmonies of #A5A361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A361

Black with #A5A361

Text Example


Text Example

White with #A5A361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A361; }

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

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

background-color css

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

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

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

border-color css

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

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

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