#A7A675

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

Shades of Locust #A7A675

Tints of Locust #A7A675

Color information

#A7A675 (or 0xA7A675) is unknown color: approx Locust. HEX triplet: A7, A6 and 75. RGB value is (167,166,117). Sum of RGB (Red+Green+Blue) = 167+166+117=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A675 is #58598A. Grayscale: #A0A0A0. Windows color (decimal): -5790091 or 7710375. OLE color: 7710375.

HSL color Cylindrical-coordinate representation of color #A7A675: hue angle of 58.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7A675 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB167166117-
CMYK00.010.300.35
HSL58.8º22.12%55.69%-
HSV(B)58.8º29.94%65.49%-
XYZ32.7836.7722.2-
YUV160.71103.33132.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.11%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 117 (46.09% from 255) = 26%
R=37.11%
G=36.89%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716611700.010.300.3558.822.1255.69
HexA7A675011E233b1638
Octal247246165013643732670
Binary10100111101001101110101011111010001111101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A675; }

 p { color: rgb(167,166,117); }

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

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

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

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

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

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

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