#A1A672

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

Shades of Locust #A1A672

Tints of Locust #A1A672

Color information

#A1A672 (or 0xA1A672) is unknown color: approx Locust. HEX triplet: A1, A6 and 72. RGB value is (161,166,114). Sum of RGB (Red+Green+Blue) = 161+166+114=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A672 is #5E598D. Grayscale: #9E9E9E. Windows color (decimal): -6183310 or 7513761. OLE color: 7513761.

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

Color convert

RGB161166114-
CMYK0.0300.310.35
HSL65.77º22.61%54.9%-
HSV(B)65.77º31.33%65.1%-
XYZ31.3736.0621.23-
YUV158.58102.84129.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=36.51%
G=37.64%
B=25.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661140.0300.310.3565.7722.6154.9
HexA1A672301F23421737
Octal2412461623037431022767
Binary1010000110100110111001011011111100011100001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A672; }

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

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

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

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

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

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

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

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