#AC090C

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

Shades of Sangria #AC090C

Tints of Sangria #AC090C

Color information

#AC090C (or 0xAC090C) is unknown color: approx Sangria. HEX triplet: AC, 09 and 0C. RGB value is (172,9,12). Sum of RGB (Red+Green+Blue) = 172+9+12=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC090C is #53F6F3. Grayscale: #3A3A3A. Windows color (decimal): -5502708 or 788908. OLE color: 788908.

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

Color convert

RGB172912-
CMYK00.950.930.33
HSL358.9º90.06%35.49%-
HSV(B)358.9º94.77%67.45%-
XYZ17.188.991.18-
YUV58.08102209.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 89.12%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=89.12%
G=4.66%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17291200.950.930.33358.990.0635.49
HexAC9C05F5D211675a23
Octal254111401371354154713243
Binary10101100100111000101111110111011000011011001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC090C; }

 p { color: rgb(172,9,12); }

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

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

 a { background-color: rgb(172,9,12); }

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

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

 span { border-color: rgb(172,9,12); }

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