#AC6875

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

Shades of Turkish Rose #AC6875

Tints of Turkish Rose #AC6875

Color information

#AC6875 (or 0xAC6875) is unknown color: approx Turkish Rose. HEX triplet: AC, 68 and 75. RGB value is (172,104,117). Sum of RGB (Red+Green+Blue) = 172+104+117=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6875 is #53978A. Grayscale: #7D7D7D. Windows color (decimal): -5478283 or 7694508. OLE color: 7694508.

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

Color convert

RGB172104117-
CMYK00.400.320.33
HSL348.53º29.06%54.12%-
HSV(B)348.53º39.53%67.45%-
XYZ25.1719.9619.35-
YUV125.81123.03160.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=43.77%
G=26.46%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210411700.400.320.33348.5329.0654.12
HexAC6875028202115d1d36
Octal25415016505040415353566
Binary1010110011010001110101010100010000010000110101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6875; }

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

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

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

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

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

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

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

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