#AC9798

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

Shades of Careys Pink #AC9798

Tints of Careys Pink #AC9798

Color information

#AC9798 (or 0xAC9798) is unknown color: approx Careys Pink. HEX triplet: AC, 97 and 98. RGB value is (172,151,152). Sum of RGB (Red+Green+Blue) = 172+151+152=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9798 is #536867. Grayscale: #9D9D9D. Windows color (decimal): -5466216 or 10000300. OLE color: 10000300.

HSL color Cylindrical-coordinate representation of color #AC9798: hue angle of 357.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC9798 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB172151152-
CMYK00.120.120.33
HSL357.14º11.23%63.33%-
HSV(B)357.14º12.21%67.45%-
XYZ33.7533.1734.33-
YUV157.39124.96138.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 152 (59.77% from 255) = 32%
R=36.21%
G=31.79%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215115200.120.120.33357.1411.2363.33
HexAC97980CC21165b3f
Octal25422723001414415451377
Binary1010110010010111100110000110011001000011011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9798; }

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

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

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

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

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

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

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

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