#AC6372

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

Shades of Turkish Rose #AC6372

Tints of Turkish Rose #AC6372

Color information

#AC6372 (or 0xAC6372) is unknown color: approx Turkish Rose. HEX triplet: AC, 63 and 72. RGB value is (172,99,114). Sum of RGB (Red+Green+Blue) = 172+99+114=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6372 is #539C8D. Grayscale: #7A7A7A. Windows color (decimal): -5479566 or 7496620. OLE color: 7496620.

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

Color convert

RGB17299114-
CMYK00.420.340.33
HSL347.67º30.54%53.14%-
HSV(B)347.67º42.44%67.45%-
XYZ24.5118.9118.28-
YUV122.54123.18163.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=44.68%
G=25.71%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729911400.420.340.33347.6730.5453.14
HexAC637202A222115c1f35
Octal25414316205242415343765
Binary1010110011000111110010010101010001010000110101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6372; }

 p { color: rgb(172,99,114); }

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

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

 a { background-color: rgb(172,99,114); }

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

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

 span { border-color: rgb(172,99,114); }

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