#AFB183

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

Shades of Locust #AFB183

Tints of Locust #AFB183

Color information

#AFB183 (or 0xAFB183) is unknown color: approx Locust. HEX triplet: AF, B1 and 83. RGB value is (175,177,131). Sum of RGB (Red+Green+Blue) = 175+177+131=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB183 is #504E7C. Grayscale: #ABABAB. Windows color (decimal): -5262973 or 8630703. OLE color: 8630703.

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

Color convert

RGB175177131-
CMYK0.0100.260.31
HSL62.61º22.77%60.39%-
HSV(B)62.61º25.99%69.41%-
XYZ37.542.227.64-
YUV171.16105.34130.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=36.23%
G=36.65%
B=27.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771310.0100.260.3162.6122.7760.39
HexAFB183101A1F3f173c
Octal257261203103237772774
Binary10101111101100011000001110110101111111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB183; }

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

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

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

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

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

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

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

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