#A9C1B3

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

Shades of Loblolly #A9C1B3

Tints of Loblolly #A9C1B3

Color information

#A9C1B3 (or 0xA9C1B3) is unknown color: approx Loblolly. HEX triplet: A9, C1 and B3. RGB value is (169,193,179). Sum of RGB (Red+Green+Blue) = 169+193+179=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1B3 is #563E4C. Grayscale: #B8B8B8. Windows color (decimal): -5652045 or 11780521. OLE color: 11780521.

HSL color Cylindrical-coordinate representation of color #A9C1B3: hue angle of 145º 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 #A9C1B3 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB169193179-
CMYK0.1200.070.24
HSL145º16.22%70.98%-
HSV(B)145º12.44%75.69%-
XYZ43.5749.8349.97-
YUV184.23125.05117.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=31.24%
G=35.67%
B=33.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931790.1200.070.2414516.2270.98
HexA9C1B3C0718911047
Octal25130126314073022120107
Binary101010011100000110110011110001111100010010001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1B3; }

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

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

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

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

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

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

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

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