#AFB5B2

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

Shades of Loblolly #AFB5B2

Tints of Loblolly #AFB5B2

Color information

#AFB5B2 (or 0xAFB5B2) is unknown color: approx Loblolly. HEX triplet: AF, B5 and B2. RGB value is (175,181,178). Sum of RGB (Red+Green+Blue) = 175+181+178=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB5B2 is #504A4D. Grayscale: #B2B2B2. Windows color (decimal): -5261902 or 11711919. OLE color: 11711919.

HSL color Cylindrical-coordinate representation of color #AFB5B2: hue angle of 150º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFB5B2 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB175181178-
CMYK0.0300.020.29
HSL150º3.9%69.8%-
HSV(B)150º3.31%70.98%-
XYZ42.2445.3848.65-
YUV178.86127.51125.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=32.77%
G=33.90%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811780.0300.020.291503.969.8
HexAFB5B23021D96446
Octal257265262302352264106
Binary1010111110110101101100101101011101100101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5B2; }

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

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

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

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

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

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

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

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