#AC173F

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

Shades of Cardinal #AC173F

Tints of Cardinal #AC173F

Color information

#AC173F (or 0xAC173F) is unknown color: approx Cardinal. HEX triplet: AC, 17 and 3F. RGB value is (172,23,63). Sum of RGB (Red+Green+Blue) = 172+23+63=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC173F is #53E8C0. Grayscale: #484848. Windows color (decimal): -5499073 or 4134828. OLE color: 4134828.

HSL color Cylindrical-coordinate representation of color #AC173F: hue angle of 343.89º 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 #AC173F is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1722363-
CMYK00.870.630.33
HSL343.89º76.41%38.24%-
HSV(B)343.89º86.63%67.45%-
XYZ18.229.745.62-
YUV72.11122.86199.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 8.91%
BLUE value IS 63 (25% from 255) = 24.42%
R=66.67%
G=8.91%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172236300.870.630.33343.8976.4138.24
HexAC173F0573F211584c26
Octal25427770127774153011446
Binary1010110010111111111010101111111111000011010110001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC173F; }

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

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

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

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

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

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

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

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