#A3AB78

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

Shades of Locust #A3AB78

Tints of Locust #A3AB78

Color information

#A3AB78 (or 0xA3AB78) is unknown color: approx Locust. HEX triplet: A3, AB and 78. RGB value is (163,171,120). Sum of RGB (Red+Green+Blue) = 163+171+120=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB78 is #5C5487. Grayscale: #A2A2A2. Windows color (decimal): -6050952 or 7908259. OLE color: 7908259.

HSL color Cylindrical-coordinate representation of color #A3AB78: hue angle of 69.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3AB78 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB163171120-
CMYK0.0500.300.33
HSL69.41º23.29%57.06%-
HSV(B)69.41º29.82%67.06%-
XYZ33.0638.2723.41-
YUV162.79103.85128.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=35.90%
G=37.67%
B=26.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711200.0500.300.3369.4123.2957.06
HexA3AB78501E21451739
Octal2432531705036411052771
Binary10100011101010111111000101011110100001100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB78; }

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

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

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

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

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

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

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

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