#A3A27E

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

Shades of Locust #A3A27E

Tints of Locust #A3A27E

Color information

#A3A27E (or 0xA3A27E) is unknown color: approx Locust. HEX triplet: A3, A2 and 7E. RGB value is (163,162,126). Sum of RGB (Red+Green+Blue) = 163+162+126=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A27E is #5C5D81. Grayscale: #9E9E9E. Windows color (decimal): -6053250 or 8299171. OLE color: 8299171.

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

Color convert

RGB163162126-
CMYK00.010.230.36
HSL58.38º16.74%56.67%-
HSV(B)58.38º22.7%63.92%-
XYZ31.7935.1324.84-
YUV158.2109.83131.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=36.14%
G=35.92%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316212600.010.230.3658.3816.7456.67
HexA3A27E0117243a1139
Octal243242176012744722171
Binary10100011101000101111110011011110010011101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A27E; }

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

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

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

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

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

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

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

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