#AC6374

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

Shades of Turkish Rose #AC6374

Tints of Turkish Rose #AC6374

Color information

#AC6374 (or 0xAC6374) is unknown color: approx Turkish Rose. HEX triplet: AC, 63 and 74. RGB value is (172,99,116). Sum of RGB (Red+Green+Blue) = 172+99+116=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6374 is #539C8B. Grayscale: #7A7A7A. Windows color (decimal): -5479564 or 7627692. OLE color: 7627692.

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

Color convert

RGB17299116-
CMYK00.420.330.33
HSL346.03º30.54%53.14%-
HSV(B)346.03º42.44%67.45%-
XYZ24.6318.9618.88-
YUV122.76124.18163.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=44.44%
G=25.58%
B=29.97%

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
Decimal1729911600.420.330.33346.0330.5453.14
HexAC637402A212115a1f35
Octal25414316405241415323765
Binary1010110011000111110100010101010000110000110101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6374; }

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

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

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

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

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

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

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

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