#AC0206

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

Shades of Sangria #AC0206

Tints of Sangria #AC0206

Color information

#AC0206 (or 0xAC0206) is unknown color: approx Sangria. HEX triplet: AC, 02 and 06. RGB value is (172,2,6). Sum of RGB (Red+Green+Blue) = 172+2+6=180 (23% of max value = 765). Red value is 172 (67.58% from 255 or 95.56% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0206 is #53FDF9. Grayscale: #353535. Windows color (decimal): -5504506 or 393900. OLE color: 393900.

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

Color convert

RGB17226-
CMYK00.990.970.33
HSL358.59º97.7%34.12%-
HSV(B)358.59º98.84%67.45%-
XYZ17.078.830.98-
YUV53.29101.32212.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 95.56%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=95.56%
G=1.11%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722600.990.970.33358.5997.734.12
HexAC2606361211676222
Octal2542601431414154714242
Binary10101100101100110001111000011000011011001111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0206; }

 p { color: rgb(172,2,6); }

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

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

 a { background-color: rgb(172,2,6); }

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

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

 span { border-color: rgb(172,2,6); }

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