#A9C4B6

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

Shades of Loblolly #A9C4B6

Tints of Loblolly #A9C4B6

Color information

#A9C4B6 (or 0xA9C4B6) is unknown color: approx Loblolly. HEX triplet: A9, C4 and B6. RGB value is (169,196,182). Sum of RGB (Red+Green+Blue) = 169+196+182=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4B6 is #563B49. Grayscale: #BABABA. Windows color (decimal): -5651274 or 11977897. OLE color: 11977897.

HSL color Cylindrical-coordinate representation of color #A9C4B6: hue angle of 148.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C4B6 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB169196182-
CMYK0.1400.070.23
HSL148.89º18.62%71.57%-
HSV(B)148.89º13.78%76.86%-
XYZ44.5551.2951.81-
YUV186.33125.55115.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=30.90%
G=35.83%
B=33.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691961820.1400.070.23148.8918.6271.57
HexA9C4B6E0717951348
Octal25130426616072722523110
Binary101010011100010010110110111001111011110010101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C4B6; }

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

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

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

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

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

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

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

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