#ac4448

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

Shades of Night Shadz #AC4448

Tints of Night Shadz #AC4448

Color information

#AC4448 (or 0xAC4448) is unknown color: approx Night Shadz. HEX triplet: AC, 44 and 48. RGB value is (172,68,72). Sum of RGB (Red+Green+Blue) = 172+68+72=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4448 is #53BBB7. Grayscale: #636363. Windows color (decimal): -5487544 or 4736172. OLE color: 4736172.

HSL color Cylindrical-coordinate representation of color #AC4448: hue angle of 357.69º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4448 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1726872-
CMYK00.600.580.33
HSL357.69º43.33%47.06%-
HSV(B)357.69º60.47%67.45%-
XYZ20.2513.377.64-
YUV99.55112.46179.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.13%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=55.13%
G=21.79%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172687200.600.580.33357.6943.3347.06
HexAC444803C3A211662b2f
Octal25410411007472415465357
Binary10101100100010010010000111100111010100001101100110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4448; }

 p { color: rgb(172,68,72); }

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

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

 a { background-color: rgb(172,68,72); }

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

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

 span { border-color: rgb(172,68,72); }

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