#A79899

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

Shades of Careys Pink #A79899

Tints of Careys Pink #A79899

Color information

#A79899 (or 0xA79899) is unknown color: approx Careys Pink. HEX triplet: A7, 98 and 99. RGB value is (167,152,153). Sum of RGB (Red+Green+Blue) = 167+152+153=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 167 - color contains mainly: red. Hex color #A79899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79899 is #586766. Grayscale: #9C9C9C. Windows color (decimal): -5793639 or 10066087. OLE color: 10066087.

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

Color convert

RGB167152153-
CMYK00.090.080.35
HSL356º7.85%62.55%-
HSV(B)356º8.98%65.49%-
XYZ32.9132.9734.77-
YUV156.6125.97135.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=35.38%
G=32.20%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715215300.090.080.353567.8562.55
HexA798990982316483f
Octal24723023101110435441077
Binary1010011110011000100110010100110001000111011001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79899; }

 p { color: rgb(167,152,153); }

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

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

 a { background-color: rgb(167,152,153); }

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

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

 span { border-color: rgb(167,152,153); }

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