Html Css Color HEX #AC616D Turkish Rose

📋 copy color: '#AC616D'

red 172 ◦ green 97 ◦ blue 109

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

Shades of Turkish Rose #AC616D

Tints of Turkish Rose #AC616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 45.5%
G = 25.66%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC616D (or 0xAC616D) is known color: Turkish Rose. HEX triplet: AC, 61 and 6D. RGB value is (172,97,109). Sum of RGB (Red+Green+Blue) = 172+97+109=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC616D is #539E92. Grayscale: #787878. Windows color (decimal): -5480083 or 7168428. OLE color: 7168428.

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

Color convert

RGB 172 97 109 -
CMYK 0 0.44 0.37 0.33
HSL 350.4º 0.31% 0.53% -
HSV(B) 350.4º 0.44% 0.67% -
XYZ 24.05 18.42 16.76 -
YUV 120.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 172 97 109 0 0.44 0.37 0.33 350.4 0.31 0.53
Hex AC 61 6D 0 2C 25 21 15E 1F 35
Octal 254 141 155 0 54 45 41 536 37 65
Binary 10101100 1100001 1101101 0 101100 100101 100001 101011110 11111 110101

Color Harmonies of #AC616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC616D

Black with #AC616D

Text Example


Text Example

White with #AC616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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