#AC6974

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

Shades of Turkish Rose #AC6974

Tints of Turkish Rose #AC6974

Color information

#AC6974 (or 0xAC6974) is unknown color: approx Turkish Rose. HEX triplet: AC, 69 and 74. RGB value is (172,105,116). Sum of RGB (Red+Green+Blue) = 172+105+116=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6974 is #53968B. Grayscale: #7E7E7E. Windows color (decimal): -5478028 or 7629228. OLE color: 7629228.

HSL color Cylindrical-coordinate representation of color #AC6974: hue angle of 350.15º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC6974 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB172105116-
CMYK00.390.330.33
HSL350.15º28.76%54.31%-
HSV(B)350.15º38.95%67.45%-
XYZ25.2220.1319.08-
YUV126.29122.2160.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=43.77%
G=26.72%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210511600.390.330.33350.1528.7654.31
HexAC6974027212115e1d36
Octal25415116404741415363566
Binary1010110011010011110100010011110000110000110101111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6974; }

 p { color: rgb(172,105,116); }

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

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

 a { background-color: rgb(172,105,116); }

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

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

 span { border-color: rgb(172,105,116); }

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