#A9999A

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

Shades of Careys Pink #A9999A

Tints of Careys Pink #A9999A

Color information

#A9999A (or 0xA9999A) is unknown color: approx Careys Pink. HEX triplet: A9, 99 and 9A. RGB value is (169,153,154). Sum of RGB (Red+Green+Blue) = 169+153+154=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A9999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9999A is #566665. Grayscale: #9D9D9D. Windows color (decimal): -5662310 or 10131881. OLE color: 10131881.

HSL color Cylindrical-coordinate representation of color #A9999A: hue angle of 356.25º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9999A is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169153154-
CMYK00.090.090.34
HSL356.25º8.51%63.14%-
HSV(B)356.25º9.47%66.27%-
XYZ33.5933.5535.28-
YUV157.9125.8135.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=35.50%
G=32.14%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915315400.090.090.34356.258.5163.14
HexA9999A0992216493f
Octal25123123201111425441177
Binary1010100110011001100110100100110011000101011001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9999A; }

 p { color: rgb(169,153,154); }

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

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

 a { background-color: rgb(169,153,154); }

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

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

 span { border-color: rgb(169,153,154); }

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