#AC6975

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

Shades of Turkish Rose #AC6975

Tints of Turkish Rose #AC6975

Color information

#AC6975 (or 0xAC6975) is unknown color: approx Turkish Rose. HEX triplet: AC, 69 and 75. RGB value is (172,105,117). Sum of RGB (Red+Green+Blue) = 172+105+117=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6975 is #53968A. Grayscale: #7E7E7E. Windows color (decimal): -5478027 or 7694764. OLE color: 7694764.

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

Color convert

RGB172105117-
CMYK00.390.320.33
HSL349.25º28.76%54.31%-
HSV(B)349.25º38.95%67.45%-
XYZ25.2820.1619.39-
YUV126.4122.7160.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=43.65%
G=26.65%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210511700.390.320.33349.2528.7654.31
HexAC6975027202115d1d36
Octal25415116504740415353566
Binary1010110011010011110101010011110000010000110101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6975; }

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

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

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

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

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

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

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

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