#AC6368

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

Shades of Turkish Rose #AC6368

Tints of Turkish Rose #AC6368

Color information

#AC6368 (or 0xAC6368) is unknown color: approx Turkish Rose. HEX triplet: AC, 63 and 68. RGB value is (172,99,104). Sum of RGB (Red+Green+Blue) = 172+99+104=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6368 is #539C97. Grayscale: #797979. Windows color (decimal): -5479576 or 6841260. OLE color: 6841260.

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

Color convert

RGB17299104-
CMYK00.420.400.33
HSL355.89º30.54%53.14%-
HSV(B)355.89º42.44%67.45%-
XYZ23.9718.6915.44-
YUV121.4118.18164.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=45.87%
G=26.4%
B=27.73%

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
Decimal1729910400.420.400.33355.8930.5453.14
HexAC636802A28211641f35
Octal25414315005250415443765
Binary1010110011000111101000010101010100010000110110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6368; }

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

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

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

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

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

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

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

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