#AFB282

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

Shades of Locust #AFB282

Tints of Locust #AFB282

Color information

#AFB282 (or 0xAFB282) is unknown color: approx Locust. HEX triplet: AF, B2 and 82. RGB value is (175,178,130). Sum of RGB (Red+Green+Blue) = 175+178+130=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB282 is #504D7D. Grayscale: #ABABAB. Windows color (decimal): -5262718 or 8565423. OLE color: 8565423.

HSL color Cylindrical-coordinate representation of color #AFB282: hue angle of 63.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB282 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB175178130-
CMYK0.0200.270.30
HSL63.75º23.76%60.39%-
HSV(B)63.75º26.97%69.8%-
XYZ37.6342.5727.35-
YUV171.63104.51130.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=36.23%
G=36.85%
B=26.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781300.0200.270.3063.7523.7660.39
HexAFB282201B1E40183c
Octal2572622022033361003074
Binary1010111110110010100000101001101111110100000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB282; }

 p { color: rgb(175,178,130); }

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

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

 a { background-color: rgb(175,178,130); }

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

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

 span { border-color: rgb(175,178,130); }

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