#AC6376

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

Shades of Turkish Rose #AC6376

Tints of Turkish Rose #AC6376

Color information

#AC6376 (or 0xAC6376) is unknown color: approx Turkish Rose. HEX triplet: AC, 63 and 76. RGB value is (172,99,118). Sum of RGB (Red+Green+Blue) = 172+99+118=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6376 is #539C89. Grayscale: #7A7A7A. Windows color (decimal): -5479562 or 7758764. OLE color: 7758764.

HSL color Cylindrical-coordinate representation of color #AC6376: hue angle of 344.38º 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 #AC6376 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17299118-
CMYK00.420.310.33
HSL344.38º30.54%53.14%-
HSV(B)344.38º42.44%67.45%-
XYZ24.751919.5-
YUV122.99125.18162.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=44.22%
G=25.45%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729911800.420.310.33344.3830.5453.14
HexAC637602A1F211581f35
Octal25414316605237415303765
Binary101011001100011111011001010101111110000110101100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6376; }

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

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

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

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

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

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

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

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