#ABAF7B

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

Shades of Locust #ABAF7B

Tints of Locust #ABAF7B

Color information

#ABAF7B (or 0xABAF7B) is unknown color: approx Locust. HEX triplet: AB, AF and 7B. RGB value is (171,175,123). Sum of RGB (Red+Green+Blue) = 171+175+123=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF7B is #545084. Grayscale: #A8A8A8. Windows color (decimal): -5525637 or 8105899. OLE color: 8105899.

HSL color Cylindrical-coordinate representation of color #ABAF7B: hue angle of 64.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABAF7B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB171175123-
CMYK0.0200.300.31
HSL64.62º24.53%58.43%-
HSV(B)64.62º29.71%68.63%-
XYZ35.740.7524.72-
YUV167.88102.67130.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=36.46%
G=37.31%
B=26.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751230.0200.300.3164.6224.5358.43
HexABAF7B201E1F41193a
Octal2532571732036371013172
Binary101010111010111111110111001111011111100000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF7B; }

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

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

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

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

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

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

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

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