#AC6468

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

Shades of Turkish Rose #AC6468

Tints of Turkish Rose #AC6468

Color information

#AC6468 (or 0xAC6468) is unknown color: approx Turkish Rose. HEX triplet: AC, 64 and 68. RGB value is (172,100,104). Sum of RGB (Red+Green+Blue) = 172+100+104=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6468 is #539B97. Grayscale: #7A7A7A. Windows color (decimal): -5479320 or 6841516. OLE color: 6841516.

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

Color convert

RGB172100104-
CMYK00.420.400.33
HSL356.67º30.25%53.33%-
HSV(B)356.67º41.86%67.45%-
XYZ24.0718.8815.47-
YUV121.98117.85163.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=45.74%
G=26.60%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210010400.420.400.33356.6730.2553.33
HexAC646802A28211651e35
Octal25414415005250415453665
Binary1010110011001001101000010101010100010000110110010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6468; }

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

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

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

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

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

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

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

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