#A7BCB0

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

Shades of Loblolly #A7BCB0

Tints of Loblolly #A7BCB0

Color information

#A7BCB0 (or 0xA7BCB0) is unknown color: approx Loblolly. HEX triplet: A7, BC and B0. RGB value is (167,188,176). Sum of RGB (Red+Green+Blue) = 167+188+176=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCB0 is #58434F. Grayscale: #B4B4B4. Windows color (decimal): -5784400 or 11582631. OLE color: 11582631.

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

Color convert

RGB167188176-
CMYK0.1100.060.26
HSL145.71º13.55%69.61%-
HSV(B)145.71º11.17%73.73%-
XYZ41.7647.3248.01-
YUV180.35125.54118.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=31.45%
G=35.40%
B=33.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881760.1100.060.26145.7113.5569.61
HexA7BCB0B061A92e46
Octal24727426013063222216106
Binary10100111101111001011000010110110110101001001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCB0; }

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

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

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

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

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

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

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

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