#ABAF7D

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

Shades of Locust #ABAF7D

Tints of Locust #ABAF7D

Color information

#ABAF7D (or 0xABAF7D) is unknown color: approx Locust. HEX triplet: AB, AF and 7D. RGB value is (171,175,125). Sum of RGB (Red+Green+Blue) = 171+175+125=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF7D is #545082. Grayscale: #A8A8A8. Windows color (decimal): -5525635 or 8236971. OLE color: 8236971.

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

Color convert

RGB171175125-
CMYK0.0200.290.31
HSL64.8º23.81%58.82%-
HSV(B)64.8º28.57%68.63%-
XYZ35.8340.825.39-
YUV168.1103.67130.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=36.31%
G=37.15%
B=26.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751250.0200.290.3164.823.8158.82
HexABAF7D201D1F41183b
Octal2532571752035371013073
Binary101010111010111111111011001110111111100000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF7D; }

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

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

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

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

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

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

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

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