#A99B9C

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

Shades of Careys Pink #A99B9C

Tints of Careys Pink #A99B9C

Color information

#A99B9C (or 0xA99B9C) is unknown color: approx Careys Pink. HEX triplet: A9, 9B and 9C. RGB value is (169,155,156). Sum of RGB (Red+Green+Blue) = 169+155+156=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B9C is #566463. Grayscale: #9F9F9F. Windows color (decimal): -5661796 or 10263465. OLE color: 10263465.

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

Color convert

RGB169155156-
CMYK00.080.080.34
HSL355.71º7.53%63.53%-
HSV(B)355.71º8.28%66.27%-
XYZ34.0834.2836.27-
YUV159.3126.14134.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=35.21%
G=32.29%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915515600.080.080.34355.717.5363.53
HexA99B9C08822164840
Octal251233234010104254410100
Binary10101001100110111001110001000100010001010110010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B9C; }

 p { color: rgb(169,155,156); }

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

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

 a { background-color: rgb(169,155,156); }

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

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

 span { border-color: rgb(169,155,156); }

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