Html Css Color HEX #A5A459 Green Smoke

📋 copy color: '#A5A459'

red 165 ◦ green 164 ◦ blue 89

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

Shades of Green Smoke #A5A459

Tints of Green Smoke #A5A459

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.23%

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

R = 39.47%
G = 39.23%
B = 21.29%

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

#A5A459 (or 0xA5A459) is known color: Green Smoke. HEX triplet: A5, A4 and 59. RGB value is (165,164,89). Sum of RGB (Red+Green+Blue) = 165+164+89=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A459 is #5A5BA6. Grayscale: #9C9C9C. Windows color (decimal): -5921703 or 5874853. OLE color: 5874853.

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

Color convert

RGB 165 164 89 -
CMYK 0 0.01 0.46 0.35
HSL 59.21º 0.3% 0.5% -
HSV(B) 59.21º 0.46% 0.65% -
XYZ 30.6 35.27 14.65 -
YUV 155.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 165 164 89 0 0.01 0.46 0.35 59.21 0.3 0.5
Hex A5 A4 59 0 1 2E 23 3B 1E 32
Octal 245 244 131 0 1 56 43 73 36 62
Binary 10100101 10100100 1011001 0 1 101110 100011 111011 11110 110010

Color Harmonies of #A5A459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A459

Black with #A5A459

Text Example


Text Example

White with #A5A459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A459; }

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

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

background-color css

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

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

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

border-color css

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

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

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