#A9B4AD

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

Shades of Loblolly #A9B4AD

Tints of Loblolly #A9B4AD

Color information

#A9B4AD (or 0xA9B4AD) is unknown color: approx Loblolly. HEX triplet: A9, B4 and AD. RGB value is (169,180,173). Sum of RGB (Red+Green+Blue) = 169+180+173=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B4AD is #564B52. Grayscale: #AFAFAF. Windows color (decimal): -5655379 or 11383977. OLE color: 11383977.

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

Color convert

RGB169180173-
CMYK0.0600.040.29
HSL141.82º6.83%68.43%-
HSV(B)141.82º6.11%70.59%-
XYZ40.2344.0945.93-
YUV175.91126.36123.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=32.38%
G=34.48%
B=33.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801730.0600.040.29141.826.8368.43
HexA9B4AD6041D8e744
Octal251264255604352167104
Binary101010011011010010101101110010011101100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4AD; }

 p { color: rgb(169,180,173); }

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

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

 a { background-color: rgb(169,180,173); }

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

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

 span { border-color: rgb(169,180,173); }

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