#ABAE82

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

Shades of Locust #ABAE82

Tints of Locust #ABAE82

Color information

#ABAE82 (or 0xABAE82) is unknown color: approx Locust. HEX triplet: AB, AE and 82. RGB value is (171,174,130). Sum of RGB (Red+Green+Blue) = 171+174+130=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE82 is #54517D. Grayscale: #A8A8A8. Windows color (decimal): -5525886 or 8564395. OLE color: 8564395.

HSL color Cylindrical-coordinate representation of color #ABAE82: hue angle of 64.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAE82 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB171174130-
CMYK0.0200.250.32
HSL64.09º21.36%59.61%-
HSV(B)64.09º25.29%68.24%-
XYZ35.9640.5427.05-
YUV168.09106.51130.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=36%
G=36.63%
B=27.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741300.0200.250.3264.0921.3659.61
HexABAE8220192040153c
Octal2532562022031401002574
Binary10101011101011101000001010011001100000100000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE82; }

 p { color: rgb(171,174,130); }

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

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

 a { background-color: rgb(171,174,130); }

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

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

 span { border-color: rgb(171,174,130); }

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