#A9C1B6

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

Shades of Loblolly #A9C1B6

Tints of Loblolly #A9C1B6

Color information

#A9C1B6 (or 0xA9C1B6) is unknown color: approx Loblolly. HEX triplet: A9, C1 and B6. RGB value is (169,193,182). Sum of RGB (Red+Green+Blue) = 169+193+182=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1B6 is #563E49. Grayscale: #B8B8B8. Windows color (decimal): -5652042 or 11977129. OLE color: 11977129.

HSL color Cylindrical-coordinate representation of color #A9C1B6: hue angle of 152.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C1B6 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB169193182-
CMYK0.1200.060.24
HSL152.5º16.22%70.98%-
HSV(B)152.5º12.44%75.69%-
XYZ43.8849.9551.59-
YUV184.57126.55116.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=31.07%
G=35.48%
B=33.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931820.1200.060.24152.516.2270.98
HexA9C1B6C0618981047
Octal25130126614063023020107
Binary101010011100000110110110110001101100010011000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1B6; }

 p { color: rgb(169,193,182); }

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

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

 a { background-color: rgb(169,193,182); }

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

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

 span { border-color: rgb(169,193,182); }

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