#AC999B

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

Shades of Careys Pink #AC999B

Tints of Careys Pink #AC999B

Color information

#AC999B (or 0xAC999B) is unknown color: approx Careys Pink. HEX triplet: AC, 99 and 9B. RGB value is (172,153,155). Sum of RGB (Red+Green+Blue) = 172+153+155=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC999B is #536664. Grayscale: #9E9E9E. Windows color (decimal): -5465701 or 10197420. OLE color: 10197420.

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

Color convert

RGB172153155-
CMYK00.110.100.33
HSL353.68º10.27%63.73%-
HSV(B)353.68º11.05%67.45%-
XYZ34.3233.9235.75-
YUV158.91125.79137.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=35.83%
G=31.88%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215315500.110.100.33353.6810.2763.73
HexAC999B0BA21162a40
Octal254231233013124154212100
Binary10101100100110011001101101011101010000110110001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC999B; }

 p { color: rgb(172,153,155); }

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

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

 a { background-color: rgb(172,153,155); }

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

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

 span { border-color: rgb(172,153,155); }

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