#AC6869

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

Shades of Turkish Rose #AC6869

Tints of Turkish Rose #AC6869

Color information

#AC6869 (or 0xAC6869) is unknown color: approx Turkish Rose. HEX triplet: AC, 68 and 69. RGB value is (172,104,105). Sum of RGB (Red+Green+Blue) = 172+104+105=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6869 is #539796. Grayscale: #7C7C7C. Windows color (decimal): -5478295 or 6908076. OLE color: 6908076.

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

Color convert

RGB172104105-
CMYK00.400.390.33
HSL359.12º29.06%54.12%-
HSV(B)359.12º39.53%67.45%-
XYZ24.5119.6915.87-
YUV124.45117.03161.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=45.14%
G=27.30%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210410500.400.390.33359.1229.0654.12
HexAC686902827211671d36
Octal25415015105047415473566
Binary1010110011010001101001010100010011110000110110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6869; }

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

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

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

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

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

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

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

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