#AC173A

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

Shades of Cardinal #AC173A

Tints of Cardinal #AC173A

Color information

#AC173A (or 0xAC173A) is unknown color: approx Cardinal. HEX triplet: AC, 17 and 3A. RGB value is (172,23,58). Sum of RGB (Red+Green+Blue) = 172+23+58=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC173A is #53E8C5. Grayscale: #474747. Windows color (decimal): -5499078 or 3807148. OLE color: 3807148.

HSL color Cylindrical-coordinate representation of color #AC173A: hue angle of 345.91º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC173A is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1722358-
CMYK00.870.660.33
HSL345.91º76.41%38.24%-
HSV(B)345.91º86.63%67.45%-
XYZ18.089.694.92-
YUV71.54120.36199.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.98%
GREEN value IS 23 (9.38% from 255) = 9.09%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=67.98%
G=9.09%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172235800.870.660.33345.9176.4138.24
HexAC173A057422115a4c26
Octal254277201271024153211446
Binary10101100101111110100101011110000101000011010110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC173A; }

 p { color: rgb(172,23,58); }

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

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

 a { background-color: rgb(172,23,58); }

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

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

 span { border-color: rgb(172,23,58); }

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