#AFB179

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

Shades of Locust #AFB179

Tints of Locust #AFB179

Color information

#AFB179 (or 0xAFB179) is unknown color: approx Locust. HEX triplet: AF, B1 and 79. RGB value is (175,177,121). Sum of RGB (Red+Green+Blue) = 175+177+121=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB179 is #504E86. Grayscale: #AAAAAA. Windows color (decimal): -5262983 or 7975343. OLE color: 7975343.

HSL color Cylindrical-coordinate representation of color #AFB179: hue angle of 62.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFB179 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB175177121-
CMYK0.0100.320.31
HSL62.14º26.42%58.43%-
HSV(B)62.14º31.64%69.41%-
XYZ36.8541.9424.24-
YUV170.02100.34131.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=37.00%
G=37.42%
B=25.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771210.0100.320.3162.1426.4258.43
HexAFB17910201F3e1a3a
Octal257261171104037763272
Binary10101111101100011111001101000001111111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB179; }

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

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

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

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

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

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

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

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