#AC6366

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

Shades of Turkish Rose #AC6366

Tints of Turkish Rose #AC6366

Color information

#AC6366 (or 0xAC6366) is unknown color: approx Turkish Rose. HEX triplet: AC, 63 and 66. RGB value is (172,99,102). Sum of RGB (Red+Green+Blue) = 172+99+102=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6366 is #539C99. Grayscale: #797979. Windows color (decimal): -5479578 or 6710188. OLE color: 6710188.

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

Color convert

RGB17299102-
CMYK00.420.410.33
HSL357.53º30.54%53.14%-
HSV(B)357.53º42.44%67.45%-
XYZ23.8718.6514.91-
YUV121.17117.18164.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=46.11%
G=26.54%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729910200.420.410.33357.5330.5453.14
HexAC636602A29211661f35
Octal25414314605251415463765
Binary1010110011000111100110010101010100110000110110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6366; }

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

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

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

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

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

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

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

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