#AC7476

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

Shades of Turkish Rose #AC7476

Tints of Turkish Rose #AC7476

Color information

#AC7476 (or 0xAC7476) is unknown color: approx Turkish Rose. HEX triplet: AC, 74 and 76. RGB value is (172,116,118). Sum of RGB (Red+Green+Blue) = 172+116+118=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7476 is #538B89. Grayscale: #858585. Windows color (decimal): -5475210 or 7763116. OLE color: 7763116.

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

Color convert

RGB172116118-
CMYK00.330.310.33
HSL357.86º25.23%56.47%-
HSV(B)357.86º32.56%67.45%-
XYZ26.5322.5720.1-
YUV132.97119.55155.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=42.36%
G=28.57%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211611800.330.310.33357.8625.2356.47
HexAC74760211F211661938
Octal25416416604137415463170
Binary101011001110100111011001000011111110000110110011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7476; }

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

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

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

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

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

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

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

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