#AC6377

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

Shades of Turkish Rose #AC6377

Tints of Turkish Rose #AC6377

Color information

#AC6377 (or 0xAC6377) is unknown color: approx Turkish Rose. HEX triplet: AC, 63 and 77. RGB value is (172,99,119). Sum of RGB (Red+Green+Blue) = 172+99+119=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6377 is #539C88. Grayscale: #7B7B7B. Windows color (decimal): -5479561 or 7824300. OLE color: 7824300.

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

Color convert

RGB17299119-
CMYK00.420.310.33
HSL343.56º30.54%53.14%-
HSV(B)343.56º42.44%67.45%-
XYZ24.819.0319.82-
YUV123.11125.68162.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=44.10%
G=25.38%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729911900.420.310.33343.5630.5453.14
HexAC637702A1F211581f35
Octal25414316705237415303765
Binary101011001100011111011101010101111110000110101100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6377; }

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

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

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

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

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

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

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

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