#AC6073

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

Shades of Turkish Rose #AC6073

Tints of Turkish Rose #AC6073

Color information

#AC6073 (or 0xAC6073) is unknown color: approx Turkish Rose. HEX triplet: AC, 60 and 73. RGB value is (172,96,115). Sum of RGB (Red+Green+Blue) = 172+96+115=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6073 is #539F8C. Grayscale: #787878. Windows color (decimal): -5480333 or 7561388. OLE color: 7561388.

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

Color convert

RGB17296115-
CMYK00.440.330.33
HSL345º31.4%52.55%-
HSV(B)345º44.19%67.45%-
XYZ24.2918.3718.49-
YUV120.89124.68164.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=44.91%
G=25.07%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729611500.440.330.3334531.452.55
HexAC607302C21211591f35
Octal25414016305441415313765
Binary1010110011000001110011010110010000110000110101100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6073; }

 p { color: rgb(172,96,115); }

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

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

 a { background-color: rgb(172,96,115); }

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

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

 span { border-color: rgb(172,96,115); }

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