#ADBFB7

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

Shades of Loblolly #ADBFB7

Tints of Loblolly #ADBFB7

Color information

#ADBFB7 (or 0xADBFB7) is unknown color: approx Loblolly. HEX triplet: AD, BF and B7. RGB value is (173,191,183). Sum of RGB (Red+Green+Blue) = 173+191+183=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFB7 is #524048. Grayscale: #B8B8B8. Windows color (decimal): -5390409 or 12042157. OLE color: 12042157.

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

Color convert

RGB173191183-
CMYK0.0900.040.25
HSL153.33º12.33%71.37%-
HSV(B)153.33º9.42%74.9%-
XYZ44.4149.5652.03-
YUV184.71127.04119.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=31.63%
G=34.92%
B=33.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911830.0900.040.25153.3312.3371.37
HexADBFB79041999c47
Octal25527726711043123114107
Binary10101101101111111011011110010100110011001100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFB7; }

 p { color: rgb(173,191,183); }

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

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

 a { background-color: rgb(173,191,183); }

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

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

 span { border-color: rgb(173,191,183); }

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