#A9B5AE

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

Shades of Loblolly #A9B5AE

Tints of Loblolly #A9B5AE

Color information

#A9B5AE (or 0xA9B5AE) is unknown color: approx Loblolly. HEX triplet: A9, B5 and AE. RGB value is (169,181,174). Sum of RGB (Red+Green+Blue) = 169+181+174=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B5AE is #564A51. Grayscale: #B0B0B0. Windows color (decimal): -5655122 or 11449769. OLE color: 11449769.

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

Color convert

RGB169181174-
CMYK0.0700.040.29
HSL145º7.5%68.63%-
HSV(B)145º6.63%70.98%-
XYZ40.5344.5446.51-
YUV176.61126.52122.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=32.25%
G=34.54%
B=33.21%

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
Decimal1691811740.0700.040.291457.568.63
HexA9B5AE7041D91845
Octal2512652567043522110105
Binary1010100110110101101011101110100111011001000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B5AE; }

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

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

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

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

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

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

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

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