#AC6277

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

Shades of Turkish Rose #AC6277

Tints of Turkish Rose #AC6277

Color information

#AC6277 (or 0xAC6277) is unknown color: approx Turkish Rose. HEX triplet: AC, 62 and 77. RGB value is (172,98,119). Sum of RGB (Red+Green+Blue) = 172+98+119=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6277 is #539D88. Grayscale: #7A7A7A. Windows color (decimal): -5479817 or 7824044. OLE color: 7824044.

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

Color convert

RGB17298119-
CMYK00.430.310.33
HSL342.97º30.83%52.94%-
HSV(B)342.97º43.02%67.45%-
XYZ24.7118.8419.79-
YUV122.52126.02163.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=44.22%
G=25.19%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729811900.430.310.33342.9730.8352.94
HexAC627702B1F211571f35
Octal25414216705337415273765
Binary101011001100010111011101010111111110000110101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6277; }

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

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

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

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

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

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

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

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