#AC6168

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

Shades of Turkish Rose #AC6168

Tints of Turkish Rose #AC6168

Color information

#AC6168 (or 0xAC6168) is unknown color: approx Turkish Rose. HEX triplet: AC, 61 and 68. RGB value is (172,97,104). Sum of RGB (Red+Green+Blue) = 172+97+104=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6168 is #539E97. Grayscale: #787878. Windows color (decimal): -5480088 or 6840748. OLE color: 6840748.

HSL color Cylindrical-coordinate representation of color #AC6168: hue angle of 354.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6168 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17297104-
CMYK00.440.400.33
HSL354.4º31.12%52.75%-
HSV(B)354.4º43.6%67.45%-
XYZ23.7918.3215.38-
YUV120.22118.85164.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=46.11%
G=26.01%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729710400.440.400.33354.431.1252.75
HexAC616802C28211621f35
Octal25414115005450415423765
Binary1010110011000011101000010110010100010000110110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6168; }

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

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

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

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

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

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

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

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