Html Css Color HEX #A5A355 Green Smoke

📋 copy color: '#A5A355'

red 165 ◦ green 163 ◦ blue 85

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

Shades of Green Smoke #A5A355

Tints of Green Smoke #A5A355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 39.95%
G = 39.47%
B = 20.58%

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

#A5A355 (or 0xA5A355) is known color: Green Smoke. HEX triplet: A5, A3 and 55. RGB value is (165,163,85). Sum of RGB (Red+Green+Blue) = 165+163+85=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A355 is #5A5CAA. Grayscale: #9B9B9B. Windows color (decimal): -5921963 or 5612453. OLE color: 5612453.

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

Color convert

RGB 165 163 85 -
CMYK 0 0.01 0.48 0.35
HSL 58.5º 0.32% 0.49% -
HSV(B) 58.5º 0.48% 0.65% -
XYZ 30.25 34.85 13.73 -
YUV 154.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 165 163 85 0 0.01 0.48 0.35 58.5 0.32 0.49
Hex A5 A3 55 0 1 30 23 3A 20 31
Octal 245 243 125 0 1 60 43 72 40 61
Binary 10100101 10100011 1010101 0 1 110000 100011 111010 100000 110001

Color Harmonies of #A5A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A355

Black with #A5A355

Text Example


Text Example

White with #A5A355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A355; }

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

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

background-color css

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

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

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

border-color css

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

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

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