#A79798

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

Shades of Careys Pink #A79798

Tints of Careys Pink #A79798

Color information

#A79798 (or 0xA79798) is unknown color: approx Careys Pink. HEX triplet: A7, 97 and 98. RGB value is (167,151,152). Sum of RGB (Red+Green+Blue) = 167+151+152=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 167 - color contains mainly: red. Hex color #A79798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79798 is #586867. Grayscale: #9B9B9B. Windows color (decimal): -5793896 or 10000295. OLE color: 10000295.

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

Color convert

RGB167151152-
CMYK00.100.090.35
HSL356.25º8.33%62.35%-
HSV(B)356.25º9.58%65.49%-
XYZ32.6732.6234.28-
YUV155.9125.8135.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 152 (59.77% from 255) = 32.34%
R=35.53%
G=32.13%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715115200.100.090.35356.258.3362.35
HexA797980A92316483e
Octal24722723001211435441076
Binary1010011110010111100110000101010011000111011001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79798; }

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

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

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

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

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

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

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

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