#A5A575

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

Shades of Locust #A5A575

Tints of Locust #A5A575

Color information

#A5A575 (or 0xA5A575) is unknown color: approx Locust. HEX triplet: A5, A5 and 75. RGB value is (165,165,117). Sum of RGB (Red+Green+Blue) = 165+165+117=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A575 is #5A5A8A. Grayscale: #9F9F9F. Windows color (decimal): -5921419 or 7710117. OLE color: 7710117.

HSL color Cylindrical-coordinate representation of color #A5A575: hue angle of 60º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5A575 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB165165117-
CMYK000.290.35
HSL60º21.05%55.29%-
HSV(B)60º29.09%64.71%-
XYZ32.1836.1922.12-
YUV159.53104131.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=36.91%
G=36.91%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165165117000.290.356021.0555.29
HexA5A575001D233c1537
Octal245245165003543742567
Binary10100101101001011110101001110110001111110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A575; }

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

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

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

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

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

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

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

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