#AC777D

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

Shades of Turkish Rose #AC777D

Tints of Turkish Rose #AC777D

Color information

#AC777D (or 0xAC777D) is unknown color: approx Turkish Rose. HEX triplet: AC, 77 and 7D. RGB value is (172,119,125). Sum of RGB (Red+Green+Blue) = 172+119+125=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777D is #538882. Grayscale: #878787. Windows color (decimal): -5474435 or 8222636. OLE color: 8222636.

HSL color Cylindrical-coordinate representation of color #AC777D: hue angle of 353.21º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC777D is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172119125-
CMYK00.310.270.33
HSL353.21º24.2%57.06%-
HSV(B)353.21º30.81%67.45%-
XYZ27.3123.4422.49-
YUV135.53122.06154.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=41.35%
G=28.61%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211912500.310.270.33353.2124.257.06
HexAC777D01F1B211611839
Octal25416717503733415413071
Binary10101100111011111111010111111101110000110110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC777D; }

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

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

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

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

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

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

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

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