#A1A272

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

Shades of Locust #A1A272

Tints of Locust #A1A272

Color information

#A1A272 (or 0xA1A272) is unknown color: approx Locust. HEX triplet: A1, A2 and 72. RGB value is (161,162,114). Sum of RGB (Red+Green+Blue) = 161+162+114=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A272 is #5E5D8D. Grayscale: #9C9C9C. Windows color (decimal): -6184334 or 7512737. OLE color: 7512737.

HSL color Cylindrical-coordinate representation of color #A1A272: hue angle of 61.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1A272 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB161162114-
CMYK0.0100.300.36
HSL61.25º20.51%54.12%-
HSV(B)61.25º29.63%63.53%-
XYZ30.6634.6320.99-
YUV156.23104.17131.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=36.84%
G=37.07%
B=26.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621140.0100.300.3661.2520.5154.12
HexA1A272101E243d1536
Octal241242162103644752566
Binary10100001101000101110010101111010010011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A272; }

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

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

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

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

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

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

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

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