#AC6F73

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

Shades of Turkish Rose #AC6F73

Tints of Turkish Rose #AC6F73

Color information

#AC6F73 (or 0xAC6F73) is unknown color: approx Turkish Rose. HEX triplet: AC, 6F and 73. RGB value is (172,111,115). Sum of RGB (Red+Green+Blue) = 172+111+115=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F73 is #53908C. Grayscale: #818181. Windows color (decimal): -5476493 or 7565228. OLE color: 7565228.

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

Color convert

RGB172111115-
CMYK00.350.330.33
HSL356.07º26.87%55.49%-
HSV(B)356.07º35.47%67.45%-
XYZ25.7921.3818.99-
YUV129.7119.71158.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=43.22%
G=27.89%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211111500.350.330.33356.0726.8755.49
HexAC6F7302321211641b37
Octal25415716304341415443367
Binary1010110011011111110011010001110000110000110110010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F73; }

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

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

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

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

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

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

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

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