Html Css Color HEX #A5A359 Green Smoke

📋 copy color: '#A5A359'

red 165 ◦ green 163 ◦ blue 89

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

Shades of Green Smoke #A5A359

Tints of Green Smoke #A5A359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.34%

R = 39.57%
G = 39.09%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A5A359 (or 0xA5A359) is known color: Green Smoke. HEX triplet: A5, A3 and 59. RGB value is (165,163,89). Sum of RGB (Red+Green+Blue) = 165+163+89=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A359 is #5A5CA6. Grayscale: #9B9B9B. Windows color (decimal): -5921959 or 5874597. OLE color: 5874597.

HSL color Cylindrical-coordinate representation of color #A5A359: hue angle of 58.42º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5A359 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 163 89 -
CMYK 0 0.01 0.46 0.35
HSL 58.42º 0.3% 0.5% -
HSV(B) 58.42º 0.46% 0.65% -
XYZ 30.42 34.91 14.59 -
YUV 155.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 165 163 89 0 0.01 0.46 0.35 58.42 0.3 0.5
Hex A5 A3 59 0 1 2E 23 3A 1E 32
Octal 245 243 131 0 1 56 43 72 36 62
Binary 10100101 10100011 1011001 0 1 101110 100011 111010 11110 110010

Color Harmonies of #A5A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A359

Black with #A5A359

Text Example


Text Example

White with #A5A359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A359; }

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

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

background-color css

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

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

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

border-color css

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

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

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