#ABAF7E

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

Shades of Locust #ABAF7E

Tints of Locust #ABAF7E

Color information

#ABAF7E (or 0xABAF7E) is unknown color: approx Locust. HEX triplet: AB, AF and 7E. RGB value is (171,175,126). Sum of RGB (Red+Green+Blue) = 171+175+126=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF7E is #545081. Grayscale: #A8A8A8. Windows color (decimal): -5525634 or 8302507. OLE color: 8302507.

HSL color Cylindrical-coordinate representation of color #ABAF7E: hue angle of 64.9º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABAF7E is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB171175126-
CMYK0.0200.280.31
HSL64.9º23.44%59.02%-
HSV(B)64.9º28%68.63%-
XYZ35.8940.8225.73-
YUV168.22104.17129.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=36.23%
G=37.08%
B=26.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751260.0200.280.3164.923.4459.02
HexABAF7E201C1F41173b
Octal2532571762034371012773
Binary101010111010111111111101001110011111100000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF7E; }

 p { color: rgb(171,175,126); }

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

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

 a { background-color: rgb(171,175,126); }

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

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

 span { border-color: rgb(171,175,126); }

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