#AC6978

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

Shades of Turkish Rose #AC6978

Tints of Turkish Rose #AC6978

Color information

#AC6978 (or 0xAC6978) is unknown color: approx Turkish Rose. HEX triplet: AC, 69 and 78. RGB value is (172,105,120). Sum of RGB (Red+Green+Blue) = 172+105+120=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6978 is #539687. Grayscale: #7E7E7E. Windows color (decimal): -5478024 or 7891372. OLE color: 7891372.

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

Color convert

RGB172105120-
CMYK00.390.300.33
HSL346.57º28.76%54.31%-
HSV(B)346.57º38.95%67.45%-
XYZ25.4520.2320.33-
YUV126.74124.2160.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=43.32%
G=26.45%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210512000.390.300.33346.5728.7654.31
HexAC69780271E2115b1d36
Octal25415117004736415333566
Binary101011001101001111100001001111111010000110101101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6978; }

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

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

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

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

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

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

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

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