#AC616B

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

Shades of Turkish Rose #AC616B

Tints of Turkish Rose #AC616B

Color information

#AC616B (or 0xAC616B) is unknown color: approx Turkish Rose. HEX triplet: AC, 61 and 6B. RGB value is (172,97,107). Sum of RGB (Red+Green+Blue) = 172+97+107=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC616B is #539E94. Grayscale: #787878. Windows color (decimal): -5480085 or 7037356. OLE color: 7037356.

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

Color convert

RGB17297107-
CMYK00.440.380.33
HSL352º31.12%52.75%-
HSV(B)352º43.6%67.45%-
XYZ23.9418.3816.2-
YUV120.56120.35164.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=45.74%
G=25.80%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729710700.440.380.3335231.1252.75
HexAC616B02C26211601f35
Octal25414115305446415403765
Binary1010110011000011101011010110010011010000110110000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC616B; }

 p { color: rgb(172,97,107); }

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

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

 a { background-color: rgb(172,97,107); }

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

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

 span { border-color: rgb(172,97,107); }

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