#AFBDB4

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

Shades of Loblolly #AFBDB4

Tints of Loblolly #AFBDB4

Color information

#AFBDB4 (or 0xAFBDB4) is unknown color: approx Loblolly. HEX triplet: AF, BD and B4. RGB value is (175,189,180). Sum of RGB (Red+Green+Blue) = 175+189+180=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB4 is #50424B. Grayscale: #B7B7B7. Windows color (decimal): -5259852 or 11845039. OLE color: 11845039.

HSL color Cylindrical-coordinate representation of color #AFBDB4: hue angle of 141.43º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDB4 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB175189180-
CMYK0.0700.050.26
HSL141.43º9.59%71.37%-
HSV(B)141.43º7.41%74.12%-
XYZ44.1248.850.28-
YUV183.79125.86121.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=32.17%
G=34.74%
B=33.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891800.0700.050.26141.439.5971.37
HexAFBDB47051A8da47
Octal2572752647053221512107
Binary1010111110111101101101001110101110101000110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDB4; }

 p { color: rgb(175,189,180); }

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

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

 a { background-color: rgb(175,189,180); }

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

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

 span { border-color: rgb(175,189,180); }

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