#A6B072

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

Shades of Locust #A6B072

Tints of Locust #A6B072

Color information

#A6B072 (or 0xA6B072) is unknown color: approx Locust. HEX triplet: A6, B0 and 72. RGB value is (166,176,114). Sum of RGB (Red+Green+Blue) = 166+176+114=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B072 is #594F8D. Grayscale: #A6A6A6. Windows color (decimal): -5853070 or 7516326. OLE color: 7516326.

HSL color Cylindrical-coordinate representation of color #A6B072: hue angle of 69.68º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6B072 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB166176114-
CMYK0.0600.350.31
HSL69.68º28.18%56.86%-
HSV(B)69.68º35.23%69.02%-
XYZ34.2940.3721.91-
YUV165.9498.69128.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 114 (44.92% from 255) = 25%
R=36.40%
G=38.60%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661761140.0600.350.3169.6828.1856.86
HexA6B07260231F461c39
Octal2462601626043371063471
Binary10100110101100001110010110010001111111100011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B072; }

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

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

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

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

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

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

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

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