#A5B17C

Color #A5B17C Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #A5B17C

Tints of Locust #A5B17C

Color information

#A5B17C (or 0xA5B17C) is unknown color: approx Locust. HEX triplet: A5, B1 and 7C. RGB value is (165,177,124). Sum of RGB (Red+Green+Blue) = 165+177+124=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B17C is #5A4E83. Grayscale: #A7A7A7. Windows color (decimal): -5918340 or 8171941. OLE color: 8171941.

HSL color Cylindrical-coordinate representation of color #A5B17C: hue angle of 73.58º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B17C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB165177124-
CMYK0.0700.300.31
HSL73.58º25.36%59.02%-
HSV(B)73.58º29.94%69.41%-
XYZ34.8840.925.12-
YUV167.37103.52126.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=35.41%
G=37.98%
B=26.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651771240.0700.300.3173.5825.3659.02
HexA5B17C701E1F4a193b
Octal2452611747036371123173
Binary1010010110110001111110011101111011111100101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B17C; }

 p { color: rgb(165,177,124); }

 H1.HeaderClassName
 {
   color: #A5B17C;
 }
 .AnyTagClassName
 {
   color: #A5B17C;
 }
</style>
background-color css

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

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

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

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

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

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