#ACA1A3

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

Shades of Careys Pink #ACA1A3

Tints of Careys Pink #ACA1A3

Color information

#ACA1A3 (or 0xACA1A3) is unknown color: approx Careys Pink. HEX triplet: AC, A1 and A3. RGB value is (172,161,163). Sum of RGB (Red+Green+Blue) = 172+161+163=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA1A3 is #535E5C. Grayscale: #A4A4A4. Windows color (decimal): -5463645 or 10723756. OLE color: 10723756.

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

Color convert

RGB172161163-
CMYK00.060.050.33
HSL349.09º6.21%65.29%-
HSV(B)349.09º6.4%67.45%-
XYZ36.3736.939.86-
YUV164.52127.14133.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 163 (64.06% from 255) = 32.86%
R=34.68%
G=32.46%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216116300.060.050.33349.096.2165.29
HexACA1A30652115d641
Octal254241243065415356101
Binary10101100101000011010001101101011000011010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1A3; }

 p { color: rgb(172,161,163); }

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

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

 a { background-color: rgb(172,161,163); }

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

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

 span { border-color: rgb(172,161,163); }

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