#A7BFB3

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

Shades of Loblolly #A7BFB3

Tints of Loblolly #A7BFB3

Color information

#A7BFB3 (or 0xA7BFB3) is unknown color: approx Loblolly. HEX triplet: A7, BF and B3. RGB value is (167,191,179). Sum of RGB (Red+Green+Blue) = 167+191+179=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFB3 is #58404C. Grayscale: #B6B6B6. Windows color (decimal): -5783629 or 11780007. OLE color: 11780007.

HSL color Cylindrical-coordinate representation of color #A7BFB3: hue angle of 150º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BFB3 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB167191179-
CMYK0.1300.060.25
HSL150º15.79%70.2%-
HSV(B)150º12.57%74.9%-
XYZ42.748.7349.8-
YUV182.46126.05116.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=31.10%
G=35.57%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911790.1300.060.2515015.7970.2
HexA7BFB3D0619961046
Octal24727726315063122620106
Binary101001111011111110110011110101101100110010110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFB3; }

 p { color: rgb(167,191,179); }

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

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

 a { background-color: rgb(167,191,179); }

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

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

 span { border-color: rgb(167,191,179); }

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