#A99D9E

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

Shades of Careys Pink #A99D9E

Tints of Careys Pink #A99D9E

Color information

#A99D9E (or 0xA99D9E) is unknown color: approx Careys Pink. HEX triplet: A9, 9D and 9E. RGB value is (169,157,158). Sum of RGB (Red+Green+Blue) = 169+157+158=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99D9E is #566261. Grayscale: #A0A0A0. Windows color (decimal): -5661282 or 10395049. OLE color: 10395049.

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

Color convert

RGB169157158-
CMYK00.070.070.34
HSL355º6.52%63.92%-
HSV(B)355º7.1%66.27%-
XYZ34.5935.0237.28-
YUV160.7126.48133.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=34.92%
G=32.44%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915715800.070.070.343556.5263.92
HexA99D9E07722163740
Octal251235236077425437100
Binary10101001100111011001111001111111000101011000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99D9E; }

 p { color: rgb(169,157,158); }

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

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

 a { background-color: rgb(169,157,158); }

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

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

 span { border-color: rgb(169,157,158); }

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