#AFBFB5

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

Shades of Loblolly #AFBFB5

Tints of Loblolly #AFBFB5

Color information

#AFBFB5 (or 0xAFBFB5) is unknown color: approx Loblolly. HEX triplet: AF, BF and B5. RGB value is (175,191,181). Sum of RGB (Red+Green+Blue) = 175+191+181=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFB5 is #50404A. Grayscale: #B9B9B9. Windows color (decimal): -5259339 or 11911087. OLE color: 11911087.

HSL color Cylindrical-coordinate representation of color #AFBFB5: hue angle of 142.5º 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 #AFBFB5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB175191181-
CMYK0.0800.050.25
HSL142.5º11.11%71.76%-
HSV(B)142.5º8.38%74.9%-
XYZ44.6549.7150.96-
YUV185.08125.7120.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=31.99%
G=34.92%
B=33.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911810.0800.050.25142.511.1171.76
HexAFBFB5805198eb48
Octal25727726510053121613110
Binary10101111101111111011010110000101110011000111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFB5; }

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

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

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

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

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

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

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

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