#A2AB75

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

Shades of Locust #A2AB75

Tints of Locust #A2AB75

Color information

#A2AB75 (or 0xA2AB75) is unknown color: approx Locust. HEX triplet: A2, AB and 75. RGB value is (162,171,117). Sum of RGB (Red+Green+Blue) = 162+171+117=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB75 is #5D548A. Grayscale: #A2A2A2. Windows color (decimal): -6116491 or 7711650. OLE color: 7711650.

HSL color Cylindrical-coordinate representation of color #A2AB75: hue angle of 70º 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 #A2AB75 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB162171117-
CMYK0.0500.320.33
HSL70º24.32%56.47%-
HSV(B)70º31.58%67.06%-
XYZ32.6738.0922.46-
YUV162.15102.52127.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 117 (46.09% from 255) = 26%
R=36%
G=38%
B=26%

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
Decimal1621711170.0500.320.337024.3256.47
HexA2AB75502021461838
Octal2422531655040411063070
Binary101000101010101111101011010100000100001100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AB75; }

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

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

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

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

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

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

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

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