#A1A97B

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

Shades of Locust #A1A97B

Tints of Locust #A1A97B

Color information

#A1A97B (or 0xA1A97B) is unknown color: approx Locust. HEX triplet: A1, A9 and 7B. RGB value is (161,169,123). Sum of RGB (Red+Green+Blue) = 161+169+123=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A97B is #5E5684. Grayscale: #A1A1A1. Windows color (decimal): -6182533 or 8104353. OLE color: 8104353.

HSL color Cylindrical-coordinate representation of color #A1A97B: hue angle of 70.43º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A97B is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB161169123-
CMYK0.0500.270.34
HSL70.43º21.1%57.25%-
HSV(B)70.43º27.22%66.27%-
XYZ32.4637.3824.24-
YUV161.36106.35127.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=35.54%
G=37.31%
B=27.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691230.0500.270.3470.4321.157.25
HexA1A97B501B22461539
Octal2412511735033421062571
Binary10100001101010011111011101011011100010100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A97B; }

 p { color: rgb(161,169,123); }

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

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

 a { background-color: rgb(161,169,123); }

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

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

 span { border-color: rgb(161,169,123); }

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