#A5A971

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

Shades of Locust #A5A971

Tints of Locust #A5A971

Color information

#A5A971 (or 0xA5A971) is unknown color: approx Locust. HEX triplet: A5, A9 and 71. RGB value is (165,169,113). Sum of RGB (Red+Green+Blue) = 165+169+113=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A971 is #5A568E. Grayscale: #A1A1A1. Windows color (decimal): -5920399 or 7448997. OLE color: 7448997.

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

Color convert

RGB165169113-
CMYK0.0200.330.34
HSL64.29º24.56%55.29%-
HSV(B)64.29º33.14%66.27%-
XYZ32.6937.5721.15-
YUV161.42100.67130.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=36.91%
G=37.81%
B=25.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691130.0200.330.3464.2924.5655.29
HexA5A971202122401937
Octal2452511612041421003167
Binary10100101101010011110001100100001100010100000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A971; }

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

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

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

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

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

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

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

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