#AC6478

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

Shades of Turkish Rose #AC6478

Tints of Turkish Rose #AC6478

Color information

#AC6478 (or 0xAC6478) is unknown color: approx Turkish Rose. HEX triplet: AC, 64 and 78. RGB value is (172,100,120). Sum of RGB (Red+Green+Blue) = 172+100+120=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6478 is #539B87. Grayscale: #7B7B7B. Windows color (decimal): -5479304 or 7890092. OLE color: 7890092.

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

Color convert

RGB172100120-
CMYK00.420.300.33
HSL343.33º30.25%53.33%-
HSV(B)343.33º41.86%67.45%-
XYZ24.9619.2420.17-
YUV123.81125.85162.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=43.88%
G=25.51%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210012000.420.300.33343.3330.2553.33
HexAC647802A1E211571e35
Octal25414417005236415273665
Binary101011001100100111100001010101111010000110101011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6478; }

 p { color: rgb(172,100,120); }

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

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

 a { background-color: rgb(172,100,120); }

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

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

 span { border-color: rgb(172,100,120); }

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