#A7BDB0

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

Shades of Loblolly #A7BDB0

Tints of Loblolly #A7BDB0

Color information

#A7BDB0 (or 0xA7BDB0) is unknown color: approx Loblolly. HEX triplet: A7, BD and B0. RGB value is (167,189,176). Sum of RGB (Red+Green+Blue) = 167+189+176=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDB0 is #58424F. Grayscale: #B4B4B4. Windows color (decimal): -5784144 or 11582887. OLE color: 11582887.

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

Color convert

RGB167189176-
CMYK0.1200.070.26
HSL144.55º14.29%69.8%-
HSV(B)144.55º11.64%74.12%-
XYZ41.9747.7548.08-
YUV180.94125.21118.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=31.39%
G=35.53%
B=33.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891760.1200.070.26144.5514.2969.8
HexA7BDB0C071A91e46
Octal24727526014073222116106
Binary10100111101111011011000011000111110101001000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDB0; }

 p { color: rgb(167,189,176); }

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

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

 a { background-color: rgb(167,189,176); }

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

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

 span { border-color: rgb(167,189,176); }

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