#A9B6AE

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

Shades of Loblolly #A9B6AE

Tints of Loblolly #A9B6AE

Color information

#A9B6AE (or 0xA9B6AE) is unknown color: approx Loblolly. HEX triplet: A9, B6 and AE. RGB value is (169,182,174). Sum of RGB (Red+Green+Blue) = 169+182+174=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B6AE is #564951. Grayscale: #B1B1B1. Windows color (decimal): -5654866 or 11450025. OLE color: 11450025.

HSL color Cylindrical-coordinate representation of color #A9B6AE: hue angle of 143.08º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9B6AE is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB169182174-
CMYK0.0700.040.29
HSL143.08º8.18%68.82%-
HSV(B)143.08º7.14%71.37%-
XYZ40.7344.9546.57-
YUV177.2126.19122.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=32.19%
G=34.67%
B=33.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821740.0700.040.29143.088.1868.82
HexA9B6AE7041D8f845
Octal2512662567043521710105
Binary1010100110110110101011101110100111011000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6AE; }

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

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

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

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

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

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

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

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