#A7C0B1

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

Shades of Loblolly #A7C0B1

Tints of Loblolly #A7C0B1

Color information

#A7C0B1 (or 0xA7C0B1) is unknown color: approx Loblolly. HEX triplet: A7, C0 and B1. RGB value is (167,192,177). Sum of RGB (Red+Green+Blue) = 167+192+177=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C0B1 is #583F4E. Grayscale: #B6B6B6. Windows color (decimal): -5783375 or 11649191. OLE color: 11649191.

HSL color Cylindrical-coordinate representation of color #A7C0B1: hue angle of 144º degrees, saturation: 0.17, 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 #A7C0B1 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB167192177-
CMYK0.1300.080.25
HSL144º16.56%70.39%-
HSV(B)144º13.02%75.29%-
XYZ42.7249.0948.82-
YUV182.82124.72116.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.16%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=31.16%
G=35.82%
B=33.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921770.1300.080.2514416.5670.39
HexA7C0B1D0819901146
Octal247300261150103122021106
Binary1010011111000000101100011101010001100110010000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0B1; }

 p { color: rgb(167,192,177); }

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

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

 a { background-color: rgb(167,192,177); }

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

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

 span { border-color: rgb(167,192,177); }

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