#AC6D6E

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

Shades of Turkish Rose #AC6D6E

Tints of Turkish Rose #AC6D6E

Color information

#AC6D6E (or 0xAC6D6E) is unknown color: approx Turkish Rose. HEX triplet: AC, 6D and 6E. RGB value is (172,109,110). Sum of RGB (Red+Green+Blue) = 172+109+110=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D6E is #539291. Grayscale: #808080. Windows color (decimal): -5477010 or 7237036. OLE color: 7237036.

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

Color convert

RGB172109110-
CMYK00.370.360.33
HSL359.05º27.51%55.1%-
HSV(B)359.05º36.63%67.45%-
XYZ25.320.8317.44-
YUV127.95117.87159.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=43.99%
G=27.88%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210911000.370.360.33359.0527.5155.1
HexAC6D6E02524211671c37
Octal25415515604544415473467
Binary1010110011011011101110010010110010010000110110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D6E; }

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

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

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

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

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

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

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

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