#AFBDB7

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

Shades of Loblolly #AFBDB7

Tints of Loblolly #AFBDB7

Color information

#AFBDB7 (or 0xAFBDB7) is unknown color: approx Loblolly. HEX triplet: AF, BD and B7. RGB value is (175,189,183). Sum of RGB (Red+Green+Blue) = 175+189+183=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB7 is #504248. Grayscale: #B8B8B8. Windows color (decimal): -5259849 or 12041647. OLE color: 12041647.

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

Color convert

RGB175189183-
CMYK0.0700.030.26
HSL154.29º9.59%71.37%-
HSV(B)154.29º7.41%74.12%-
XYZ44.4248.9351.9-
YUV184.13127.36121.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=31.99%
G=34.55%
B=33.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891830.0700.030.26154.299.5971.37
HexAFBDB77031A9aa47
Octal2572752677033223212107
Binary101011111011110110110111111011110101001101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDB7; }

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

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

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

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

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

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

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

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