#A7A672

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

Shades of Locust #A7A672

Tints of Locust #A7A672

Color information

#A7A672 (or 0xA7A672) is unknown color: approx Locust. HEX triplet: A7, A6 and 72. RGB value is (167,166,114). Sum of RGB (Red+Green+Blue) = 167+166+114=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A672 is #58598D. Grayscale: #A0A0A0. Windows color (decimal): -5790094 or 7513767. OLE color: 7513767.

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

Color convert

RGB167166114-
CMYK00.010.320.35
HSL58.87º23.14%55.1%-
HSV(B)58.87º31.74%65.49%-
XYZ32.6136.721.29-
YUV160.37101.83132.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=37.36%
G=37.14%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716611400.010.320.3558.8723.1455.1
HexA7A6720120233b1737
Octal247246162014043732767
Binary101001111010011011100100110000010001111101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A672; }

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

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

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

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

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

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

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

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