#A9C9BA

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

Shades of Loblolly #A9C9BA

Tints of Loblolly #A9C9BA

Color information

#A9C9BA (or 0xA9C9BA) is unknown color: approx Loblolly. HEX triplet: A9, C9 and BA. RGB value is (169,201,186). Sum of RGB (Red+Green+Blue) = 169+201+186=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9BA is #563645. Grayscale: #BDBDBD. Windows color (decimal): -5649990 or 12241321. OLE color: 12241321.

HSL color Cylindrical-coordinate representation of color #A9C9BA: hue angle of 151.87º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9BA is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB169201186-
CMYK0.1600.070.21
HSL151.87º22.86%72.55%-
HSV(B)151.87º15.92%78.82%-
XYZ46.1153.7554.4-
YUV189.72125.9113.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.40%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=30.40%
G=36.15%
B=33.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011860.1600.070.21151.8722.8672.55
HexA9C9BA100715981749
Octal25131127220072523027111
Binary1010100111001001101110101000001111010110011000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C9BA; }

 p { color: rgb(169,201,186); }

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

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

 a { background-color: rgb(169,201,186); }

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

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

 span { border-color: rgb(169,201,186); }

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