#AFBDB5

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

Shades of Loblolly #AFBDB5

Tints of Loblolly #AFBDB5

Color information

#AFBDB5 (or 0xAFBDB5) is unknown color: approx Loblolly. HEX triplet: AF, BD and B5. RGB value is (175,189,181). Sum of RGB (Red+Green+Blue) = 175+189+181=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB5 is #50424A. Grayscale: #B7B7B7. Windows color (decimal): -5259851 or 11910575. OLE color: 11910575.

HSL color Cylindrical-coordinate representation of color #AFBDB5: hue angle of 145.71º 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 #AFBDB5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB175189181-
CMYK0.0700.040.26
HSL145.71º9.59%71.37%-
HSV(B)145.71º7.41%74.12%-
XYZ44.2248.8550.81-
YUV183.9126.36121.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=32.11%
G=34.68%
B=33.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891810.0700.040.26145.719.5971.37
HexAFBDB57041A92a47
Octal2572752657043222212107
Binary1010111110111101101101011110100110101001001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDB5; }

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

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

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

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

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

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

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

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