#AC6D70

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

Shades of Turkish Rose #AC6D70

Tints of Turkish Rose #AC6D70

Color information

#AC6D70 (or 0xAC6D70) is unknown color: approx Turkish Rose. HEX triplet: AC, 6D and 70. RGB value is (172,109,112). Sum of RGB (Red+Green+Blue) = 172+109+112=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D70 is #53928F. Grayscale: #808080. Windows color (decimal): -5477008 or 7368108. OLE color: 7368108.

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

Color convert

RGB172109112-
CMYK00.370.350.33
HSL357.14º27.51%55.1%-
HSV(B)357.14º36.63%67.45%-
XYZ25.4120.8818.02-
YUV128.18118.87159.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=43.77%
G=27.74%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210911200.370.350.33357.1427.5155.1
HexAC6D7002523211651c37
Octal25415516004543415453467
Binary1010110011011011110000010010110001110000110110010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D70; }

 p { color: rgb(172,109,112); }

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

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

 a { background-color: rgb(172,109,112); }

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

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

 span { border-color: rgb(172,109,112); }

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