#AC7C7F

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

Shades of Turkish Rose #AC7C7F

Tints of Turkish Rose #AC7C7F

Color information

#AC7C7F (or 0xAC7C7F) is unknown color: approx Turkish Rose. HEX triplet: AC, 7C and 7F. RGB value is (172,124,127). Sum of RGB (Red+Green+Blue) = 172+124+127=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C7F is #538380. Grayscale: #8A8A8A. Windows color (decimal): -5473153 or 8354988. OLE color: 8354988.

HSL color Cylindrical-coordinate representation of color #AC7C7F: hue angle of 356.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7C7F is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172124127-
CMYK00.280.260.33
HSL356.25º22.43%58.04%-
HSV(B)356.25º27.91%67.45%-
XYZ28.0524.7223.37-
YUV138.69121.4151.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 127 (50% from 255) = 30.02%
R=40.66%
G=29.31%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212412700.280.260.33356.2522.4358.04
HexAC7C7F01C1A21164163a
Octal25417417703432415442672
Binary10101100111110011111110111001101010000110110010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C7F; }

 p { color: rgb(172,124,127); }

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

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

 a { background-color: rgb(172,124,127); }

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

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

 span { border-color: rgb(172,124,127); }

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