#AC6471

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

Shades of Turkish Rose #AC6471

Tints of Turkish Rose #AC6471

Color information

#AC6471 (or 0xAC6471) is unknown color: approx Turkish Rose. HEX triplet: AC, 64 and 71. RGB value is (172,100,113). Sum of RGB (Red+Green+Blue) = 172+100+113=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6471 is #539B8E. Grayscale: #7B7B7B. Windows color (decimal): -5479311 or 7431340. OLE color: 7431340.

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

Color convert

RGB172100113-
CMYK00.420.340.33
HSL349.17º30.25%53.33%-
HSV(B)349.17º41.86%67.45%-
XYZ24.5519.0818.01-
YUV123.01122.35162.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=44.68%
G=25.97%
B=29.35%

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
Decimal17210011300.420.340.33349.1730.2553.33
HexAC647102A222115d1e35
Octal25414416105242415353665
Binary1010110011001001110001010101010001010000110101110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6471; }

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

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

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

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

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

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

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

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