#AFB6B2

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

Shades of Loblolly #AFB6B2

Tints of Loblolly #AFB6B2

Color information

#AFB6B2 (or 0xAFB6B2) is unknown color: approx Loblolly. HEX triplet: AF, B6 and B2. RGB value is (175,182,178). Sum of RGB (Red+Green+Blue) = 175+182+178=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6B2 is #50494D. Grayscale: #B3B3B3. Windows color (decimal): -5261646 or 11712175. OLE color: 11712175.

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

Color convert

RGB175182178-
CMYK0.0400.020.29
HSL145.71º4.58%70%-
HSV(B)145.71º3.85%71.37%-
XYZ42.4445.7848.72-
YUV179.45127.18124.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=32.71%
G=34.02%
B=33.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821780.0400.020.29145.714.5870
HexAFB6B24021D92546
Octal257266262402352225106
Binary10101111101101101011001010001011101100100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6B2; }

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

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

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

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

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

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

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

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