#AC0508

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

Shades of Sangria #AC0508

Tints of Sangria #AC0508

Color information

#AC0508 (or 0xAC0508) is unknown color: approx Sangria. HEX triplet: AC, 05 and 08. RGB value is (172,5,8). Sum of RGB (Red+Green+Blue) = 172+5+8=185 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.97% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0508 is #53FAF7. Grayscale: #373737. Windows color (decimal): -5503736 or 525740. OLE color: 525740.

HSL color Cylindrical-coordinate representation of color #AC0508: hue angle of 358.92º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0508 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB17258-
CMYK00.970.950.33
HSL358.92º94.35%34.71%-
HSV(B)358.92º97.09%67.45%-
XYZ17.118.91.05-
YUV55.28101.33211.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 92.97%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=92.97%
G=2.70%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725800.970.950.33358.9294.3534.71
HexAC580615F211675e23
Octal25451001411374154713643
Binary1010110010110000110000110111111000011011001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0508; }

 p { color: rgb(172,5,8); }

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

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

 a { background-color: rgb(172,5,8); }

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

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

 span { border-color: rgb(172,5,8); }

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