Html Css Color HEX #A5A257 Green Smoke

📋 copy color: '#A5A257'

red 165 ◦ green 162 ◦ blue 87

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

Shades of Green Smoke #A5A257

Tints of Green Smoke #A5A257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

 BLUE value IS 87 (34.38% from 255) = 21.01%

R = 39.86%
G = 39.13%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A5A257 (or 0xA5A257) is known color: Green Smoke. HEX triplet: A5, A2 and 57. RGB value is (165,162,87). Sum of RGB (Red+Green+Blue) = 165+162+87=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A257 is #5A5DA8. Grayscale: #9A9A9A. Windows color (decimal): -5922217 or 5743269. OLE color: 5743269.

HSL color Cylindrical-coordinate representation of color #A5A257: hue angle of 57.69º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5A257 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 162 87 -
CMYK 0 0.02 0.47 0.35
HSL 57.69º 0.31% 0.49% -
HSV(B) 57.69º 0.47% 0.65% -
XYZ 30.16 34.53 14.09 -
YUV 154.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 165 162 87 0 0.02 0.47 0.35 57.69 0.31 0.49
Hex A5 A2 57 0 2 2F 23 3A 1F 31
Octal 245 242 127 0 2 57 43 72 37 61
Binary 10100101 10100010 1010111 0 10 101111 100011 111010 11111 110001

Color Harmonies of #A5A257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A257

Black with #A5A257

Text Example


Text Example

White with #A5A257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A257; }

 p { color: rgb(165,162,87); }

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

background-color css

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

 a { background-color: rgb(165,162,87); }

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

border-color css

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

 span { border-color: rgb(165,162,87); }

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