#AFB17C

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

Shades of Locust #AFB17C

Tints of Locust #AFB17C

Color information

#AFB17C (or 0xAFB17C) is unknown color: approx Locust. HEX triplet: AF, B1 and 7C. RGB value is (175,177,124). Sum of RGB (Red+Green+Blue) = 175+177+124=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB17C is #504E83. Grayscale: #AAAAAA. Windows color (decimal): -5262980 or 8171951. OLE color: 8171951.

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

Color convert

RGB175177124-
CMYK0.0100.300.31
HSL62.26º25.36%59.02%-
HSV(B)62.26º29.94%69.41%-
XYZ37.0442.0125.23-
YUV170.36101.84131.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=36.76%
G=37.18%
B=26.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771240.0100.300.3162.2625.3659.02
HexAFB17C101E1F3e193b
Octal257261174103637763173
Binary1010111110110001111110010111101111111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB17C; }

 p { color: rgb(175,177,124); }

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

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

 a { background-color: rgb(175,177,124); }

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

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

 span { border-color: rgb(175,177,124); }

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