#AC6474

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

Shades of Turkish Rose #AC6474

Tints of Turkish Rose #AC6474

Color information

#AC6474 (or 0xAC6474) is unknown color: approx Turkish Rose. HEX triplet: AC, 64 and 74. RGB value is (172,100,116). Sum of RGB (Red+Green+Blue) = 172+100+116=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6474 is #539B8B. Grayscale: #7B7B7B. Windows color (decimal): -5479308 or 7627948. OLE color: 7627948.

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

Color convert

RGB172100116-
CMYK00.420.330.33
HSL346.67º30.25%53.33%-
HSV(B)346.67º41.86%67.45%-
XYZ24.7219.1518.92-
YUV123.35123.85162.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=44.33%
G=25.77%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210011600.420.330.33346.6730.2553.33
HexAC647402A212115b1e35
Octal25414416405241415333665
Binary1010110011001001110100010101010000110000110101101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6474; }

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

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

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

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

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

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

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

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