Html Css Color HEX #A5A957 Green Smoke

📋 copy color: '#A5A957'

red 165 ◦ green 169 ◦ blue 87

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

Shades of Green Smoke #A5A957

Tints of Green Smoke #A5A957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

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

R = 39.19%
G = 40.14%
B = 20.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A5A957 (or 0xA5A957) is known color: Green Smoke. HEX triplet: A5, A9 and 57. RGB value is (165,169,87). Sum of RGB (Red+Green+Blue) = 165+169+87=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A957 is #5A56A8. Grayscale: #9E9E9E. Windows color (decimal): -5920425 or 5745061. OLE color: 5745061.

HSL color Cylindrical-coordinate representation of color #A5A957: hue angle of 62.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5A957 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 169 87 -
CMYK 0.02 0 0.49 0.34
HSL 62.93º 0.32% 0.5% -
HSV(B) 62.93º 0.49% 0.66% -
XYZ 31.43 37.06 14.51 -
YUV 158.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 165 169 87 0.02 0 0.49 0.34 62.93 0.32 0.5
Hex A5 A9 57 2 0 31 22 3F 20 32
Octal 245 251 127 2 0 61 42 77 40 62
Binary 10100101 10101001 1010111 10 0 110001 100010 111111 100000 110010

Color Harmonies of #A5A957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A957

Black with #A5A957

Text Example


Text Example

White with #A5A957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A957; }

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

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

background-color css

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

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

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

border-color css

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

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

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