Html Css Color HEX #AC616F Turkish Rose

📋 copy color: '#AC616F'

red 172 ◦ green 97 ◦ blue 111

#AC616F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AC616F

Tints of Turkish Rose #AC616F

RGB

 RED value IS 172 (67.58% from 255) = 45.26%

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 45.26%
G = 25.53%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC616F (or 0xAC616F) is known color: Turkish Rose. HEX triplet: AC, 61 and 6F. RGB value is (172,97,111). Sum of RGB (Red+Green+Blue) = 172+97+111=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC616F is #539E90. Grayscale: #797979. Windows color (decimal): -5480081 or 7299500. OLE color: 7299500.

HSL color Cylindrical-coordinate representation of color #AC616F: hue angle of 348.8º 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 #AC616F is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 97 111 -
CMYK 0 0.44 0.35 0.33
HSL 348.8º 0.31% 0.53% -
HSV(B) 348.8º 0.44% 0.67% -
XYZ 24.16 18.47 17.33 -
YUV 121.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 172 97 111 0 0.44 0.35 0.33 348.8 0.31 0.53
Hex AC 61 6F 0 2C 23 21 15D 1F 35
Octal 254 141 157 0 54 43 41 535 37 65
Binary 10101100 1100001 1101111 0 101100 100011 100001 101011101 11111 110101

Color Harmonies of #AC616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC616F

Black with #AC616F

Text Example


Text Example

White with #AC616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC616F; }

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

 H1.HeaderClassName
 {
   color: #AC616F;
 }
 .AnyTagClassName
 {
   color: #AC616F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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