#AC7377

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

Shades of Turkish Rose #AC7377

Tints of Turkish Rose #AC7377

Color information

#AC7377 (or 0xAC7377) is unknown color: approx Turkish Rose. HEX triplet: AC, 73 and 77. RGB value is (172,115,119). Sum of RGB (Red+Green+Blue) = 172+115+119=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7377 is #538C88. Grayscale: #848484. Windows color (decimal): -5475465 or 7828396. OLE color: 7828396.

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

Color convert

RGB172115119-
CMYK00.330.310.33
HSL355.79º25.56%56.27%-
HSV(B)355.79º33.14%67.45%-
XYZ26.4722.3620.37-
YUV132.5120.38156.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=42.36%
G=28.33%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211511900.330.310.33355.7925.5656.27
HexAC73770211F211641a38
Octal25416316704137415443270
Binary101011001110011111011101000011111110000110110010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7377; }

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

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

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

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

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

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

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

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