#A99798

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

Shades of Careys Pink #A99798

Tints of Careys Pink #A99798

Color information

#A99798 (or 0xA99798) is unknown color: approx Careys Pink. HEX triplet: A9, 97 and 98. RGB value is (169,151,152). Sum of RGB (Red+Green+Blue) = 169+151+152=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A99798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99798 is #566867. Grayscale: #9C9C9C. Windows color (decimal): -5662824 or 10000297. OLE color: 10000297.

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

Color convert

RGB169151152-
CMYK00.110.100.34
HSL356.67º9.47%62.75%-
HSV(B)356.67º10.65%66.27%-
XYZ33.132.8434.3-
YUV156.5125.46136.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 151 (59.38% from 255) = 31.99%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=35.81%
G=31.99%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915115200.110.100.34356.679.4762.75
HexA997980BA2216593f
Octal25122723001312425451177
Binary1010100110010111100110000101110101000101011001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99798; }

 p { color: rgb(169,151,152); }

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

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

 a { background-color: rgb(169,151,152); }

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

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

 span { border-color: rgb(169,151,152); }

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