#AC6574

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

Shades of Turkish Rose #AC6574

Tints of Turkish Rose #AC6574

Color information

#AC6574 (or 0xAC6574) is unknown color: approx Turkish Rose. HEX triplet: AC, 65 and 74. RGB value is (172,101,116). Sum of RGB (Red+Green+Blue) = 172+101+116=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6574 is #539A8B. Grayscale: #7B7B7B. Windows color (decimal): -5479052 or 7628204. OLE color: 7628204.

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

Color convert

RGB172101116-
CMYK00.410.330.33
HSL347.32º29.96%53.53%-
HSV(B)347.32º41.28%67.45%-
XYZ24.8219.3418.95-
YUV123.94123.52162.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=44.22%
G=25.96%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210111600.410.330.33347.3229.9653.53
HexAC6574029212115b1e36
Octal25414516405141415333666
Binary1010110011001011110100010100110000110000110101101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6574; }

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

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

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

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

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

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

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

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