#AFBFB8

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

Shades of Loblolly #AFBFB8

Tints of Loblolly #AFBFB8

Color information

#AFBFB8 (or 0xAFBFB8) is unknown color: approx Loblolly. HEX triplet: AF, BF and B8. RGB value is (175,191,184). Sum of RGB (Red+Green+Blue) = 175+191+184=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFB8 is #504047. Grayscale: #B9B9B9. Windows color (decimal): -5259336 or 12107695. OLE color: 12107695.

HSL color Cylindrical-coordinate representation of color #AFBFB8: hue angle of 153.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBFB8 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB175191184-
CMYK0.0800.040.25
HSL153.75º11.11%71.76%-
HSV(B)153.75º8.38%74.9%-
XYZ44.9649.8452.6-
YUV185.42127.2120.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=31.82%
G=34.73%
B=33.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911840.0800.040.25153.7511.1171.76
HexAFBFB8804199ab48
Octal25727727010043123213110
Binary10101111101111111011100010000100110011001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFB8; }

 p { color: rgb(175,191,184); }

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

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

 a { background-color: rgb(175,191,184); }

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

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

 span { border-color: rgb(175,191,184); }

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