#A3A278

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

Shades of Locust #A3A278

Tints of Locust #A3A278

Color information

#A3A278 (or 0xA3A278) is unknown color: approx Locust. HEX triplet: A3, A2 and 78. RGB value is (163,162,120). Sum of RGB (Red+Green+Blue) = 163+162+120=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A278 is #5C5D87. Grayscale: #9D9D9D. Windows color (decimal): -6053256 or 7905955. OLE color: 7905955.

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

Color convert

RGB163162120-
CMYK00.010.260.36
HSL58.6º18.94%55.49%-
HSV(B)58.6º26.38%63.92%-
XYZ31.4134.9822.87-
YUV157.51106.83131.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 120 (47.27% from 255) = 26.97%
R=36.63%
G=36.40%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316212000.010.260.3658.618.9455.49
HexA3A278011A243b1337
Octal243242170013244732367
Binary10100011101000101111000011101010010011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A278; }

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

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

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

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

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

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

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

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