#AC686A

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

Shades of Turkish Rose #AC686A

Tints of Turkish Rose #AC686A

Color information

#AC686A (or 0xAC686A) is unknown color: approx Turkish Rose. HEX triplet: AC, 68 and 6A. RGB value is (172,104,106). Sum of RGB (Red+Green+Blue) = 172+104+106=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC686A is #539795. Grayscale: #7C7C7C. Windows color (decimal): -5478294 or 6973612. OLE color: 6973612.

HSL color Cylindrical-coordinate representation of color #AC686A: hue angle of 358.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC686A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172104106-
CMYK00.400.380.33
HSL358.24º29.06%54.12%-
HSV(B)358.24º39.53%67.45%-
XYZ24.5719.7116.15-
YUV124.56117.53161.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=45.03%
G=27.23%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210410600.400.380.33358.2429.0654.12
HexAC686A02826211661d36
Octal25415015205046415463566
Binary1010110011010001101010010100010011010000110110011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC686A; }

 p { color: rgb(172,104,106); }

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

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

 a { background-color: rgb(172,104,106); }

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

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

 span { border-color: rgb(172,104,106); }

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