#A3AB75

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

Shades of Locust #A3AB75

Tints of Locust #A3AB75

Color information

#A3AB75 (or 0xA3AB75) is unknown color: approx Locust. HEX triplet: A3, AB and 75. RGB value is (163,171,117). Sum of RGB (Red+Green+Blue) = 163+171+117=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB75 is #5C548A. Grayscale: #A2A2A2. Windows color (decimal): -6050955 or 7711651. OLE color: 7711651.

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

Color convert

RGB163171117-
CMYK0.0500.320.33
HSL68.89º24.32%56.47%-
HSV(B)68.89º31.58%67.06%-
XYZ32.8838.222.47-
YUV162.45102.35128.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=36.14%
G=37.92%
B=25.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711170.0500.320.3368.8924.3256.47
HexA3AB75502021451838
Octal2432531655040411053070
Binary101000111010101111101011010100000100001100010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB75; }

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

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

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

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

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

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

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

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