Html Css Color HEX #A5A557 Green Smoke

📋 copy color: '#A5A557'

red 165 ◦ green 165 ◦ blue 87

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

Shades of Green Smoke #A5A557

Tints of Green Smoke #A5A557

RGB

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

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

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

R = 39.57%
G = 39.57%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A5A557 (or 0xA5A557) is known color: Green Smoke. HEX triplet: A5, A5 and 57. RGB value is (165,165,87). Sum of RGB (Red+Green+Blue) = 165+165+87=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A557 is #5A5AA8. Grayscale: #9C9C9C. Windows color (decimal): -5921449 or 5744037. OLE color: 5744037.

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

Color convert

RGB 165 165 87 -
CMYK 0 0 0.47 0.35
HSL 60º 0.31% 0.49% -
HSV(B) 60º 0.47% 0.65% -
XYZ 30.69 35.6 14.27 -
YUV 156.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 165 165 87 0 0 0.47 0.35 60 0.31 0.49
Hex A5 A5 57 0 0 2F 23 3C 1F 31
Octal 245 245 127 0 0 57 43 74 37 61
Binary 10100101 10100101 1010111 0 0 101111 100011 111100 11111 110001

Color Harmonies of #A5A557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A557

Black with #A5A557

Text Example


Text Example

White with #A5A557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A557; }

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

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

background-color css

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

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

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

border-color css

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

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

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