#AC7C7D

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

Shades of Turkish Rose #AC7C7D

Tints of Turkish Rose #AC7C7D

Color information

#AC7C7D (or 0xAC7C7D) is unknown color: approx Turkish Rose. HEX triplet: AC, 7C and 7D. RGB value is (172,124,125). Sum of RGB (Red+Green+Blue) = 172+124+125=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C7D is #538382. Grayscale: #8A8A8A. Windows color (decimal): -5473155 or 8223916. OLE color: 8223916.

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

Color convert

RGB172124125-
CMYK00.280.270.33
HSL358.75º22.43%58.04%-
HSV(B)358.75º27.91%67.45%-
XYZ27.9224.6722.69-
YUV138.47120.4151.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=40.86%
G=29.45%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212412500.280.270.33358.7522.4358.04
HexAC7C7D01C1B21167163a
Octal25417417503433415472672
Binary10101100111110011111010111001101110000110110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C7D; }

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

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

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

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

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

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

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

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