#A6999A

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

Shades of Careys Pink #A6999A

Tints of Careys Pink #A6999A

Color information

#A6999A (or 0xA6999A) is unknown color: approx Careys Pink. HEX triplet: A6, 99 and 9A. RGB value is (166,153,154). Sum of RGB (Red+Green+Blue) = 166+153+154=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6999A is #596665. Grayscale: #9D9D9D. Windows color (decimal): -5858918 or 10131878. OLE color: 10131878.

HSL color Cylindrical-coordinate representation of color #A6999A: hue angle of 355.38º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6999A is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB166153154-
CMYK00.080.070.35
HSL355.38º6.81%62.55%-
HSV(B)355.38º7.83%65.1%-
XYZ32.9533.2235.25-
YUV157126.31134.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=35.10%
G=32.35%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615315400.080.070.35355.386.8162.55
HexA6999A0872316373f
Octal246231232010743543777
Binary10100110100110011001101001000111100011101100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6999A; }

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

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

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

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

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

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

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

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