#A3A27C

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

Shades of Locust #A3A27C

Tints of Locust #A3A27C

Color information

#A3A27C (or 0xA3A27C) is unknown color: approx Locust. HEX triplet: A3, A2 and 7C. RGB value is (163,162,124). Sum of RGB (Red+Green+Blue) = 163+162+124=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A27C is #5C5D83. Grayscale: #9E9E9E. Windows color (decimal): -6053252 or 8168099. OLE color: 8168099.

HSL color Cylindrical-coordinate representation of color #A3A27C: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3A27C is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB163162124-
CMYK00.010.240.36
HSL58.46º17.49%56.27%-
HSV(B)58.46º23.93%63.92%-
XYZ31.6635.0824.17-
YUV157.97108.83131.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=36.30%
G=36.08%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316212400.010.240.3658.4617.4956.27
HexA3A27C0118243a1138
Octal243242174013044722170
Binary10100011101000101111100011100010010011101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A27C; }

 p { color: rgb(163,162,124); }

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

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

 a { background-color: rgb(163,162,124); }

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

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

 span { border-color: rgb(163,162,124); }

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