#AC6977

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

Shades of Turkish Rose #AC6977

Tints of Turkish Rose #AC6977

Color information

#AC6977 (or 0xAC6977) is unknown color: approx Turkish Rose. HEX triplet: AC, 69 and 77. RGB value is (172,105,119). Sum of RGB (Red+Green+Blue) = 172+105+119=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6977 is #539688. Grayscale: #7E7E7E. Windows color (decimal): -5478025 or 7825836. OLE color: 7825836.

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

Color convert

RGB172105119-
CMYK00.390.310.33
HSL347.46º28.76%54.31%-
HSV(B)347.46º38.95%67.45%-
XYZ25.3920.2120.01-
YUV126.63123.7160.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=43.43%
G=26.52%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210511900.390.310.33347.4628.7654.31
HexAC69770271F2115b1d36
Octal25415116704737415333566
Binary101011001101001111011101001111111110000110101101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6977; }

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

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

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

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

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

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

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

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