#AC6371

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

Shades of Turkish Rose #AC6371

Tints of Turkish Rose #AC6371

Color information

#AC6371 (or 0xAC6371) is unknown color: approx Turkish Rose. HEX triplet: AC, 63 and 71. RGB value is (172,99,113). Sum of RGB (Red+Green+Blue) = 172+99+113=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6371 is #539C8E. Grayscale: #7A7A7A. Windows color (decimal): -5479567 or 7431084. OLE color: 7431084.

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

Color convert

RGB17299113-
CMYK00.420.340.33
HSL348.49º30.54%53.14%-
HSV(B)348.49º42.44%67.45%-
XYZ24.4618.8917.98-
YUV122.42122.68163.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=44.79%
G=25.78%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729911300.420.340.33348.4930.5453.14
HexAC637102A222115c1f35
Octal25414316105242415343765
Binary1010110011000111110001010101010001010000110101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6371; }

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

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

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

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

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

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

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

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