#A3AB7B

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

Shades of Locust #A3AB7B

Tints of Locust #A3AB7B

Color information

#A3AB7B (or 0xA3AB7B) is unknown color: approx Locust. HEX triplet: A3, AB and 7B. RGB value is (163,171,123). Sum of RGB (Red+Green+Blue) = 163+171+123=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB7B is #5C5484. Grayscale: #A3A3A3. Windows color (decimal): -6050949 or 8104867. OLE color: 8104867.

HSL color Cylindrical-coordinate representation of color #A3AB7B: hue angle of 70º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3AB7B is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB163171123-
CMYK0.0500.280.33
HSL70º22.22%57.65%-
HSV(B)70º28.07%67.06%-
XYZ33.2438.3424.39-
YUV163.14105.35127.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=35.67%
G=37.42%
B=26.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711230.0500.280.337022.2257.65
HexA3AB7B501C2146163a
Octal2432531735034411062672
Binary10100011101010111111011101011100100001100011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB7B; }

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

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

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

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

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

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

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

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