#AC636C

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

Shades of Turkish Rose #AC636C

Tints of Turkish Rose #AC636C

Color information

#AC636C (or 0xAC636C) is unknown color: approx Turkish Rose. HEX triplet: AC, 63 and 6C. RGB value is (172,99,108). Sum of RGB (Red+Green+Blue) = 172+99+108=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC636C is #539C93. Grayscale: #797979. Windows color (decimal): -5479572 or 7103404. OLE color: 7103404.

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

Color convert

RGB17299108-
CMYK00.420.370.33
HSL352.6º30.54%53.14%-
HSV(B)352.6º42.44%67.45%-
XYZ24.1818.7816.54-
YUV121.85120.18163.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=45.38%
G=26.12%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729910800.420.370.33352.630.5453.14
HexAC636C02A25211611f35
Octal25414315405245415413765
Binary1010110011000111101100010101010010110000110110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC636C; }

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

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

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

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

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

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

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

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