Html Css Color HEX #AC616C Turkish Rose

📋 copy color: '#AC616C'

red 172 ◦ green 97 ◦ blue 108

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

Shades of Turkish Rose #AC616C

Tints of Turkish Rose #AC616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 45.62%
G = 25.73%
B = 28.65%

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

#AC616C (or 0xAC616C) is known color: Turkish Rose. HEX triplet: AC, 61 and 6C. RGB value is (172,97,108). Sum of RGB (Red+Green+Blue) = 172+97+108=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC616C is #539E93. Grayscale: #787878. Windows color (decimal): -5480084 or 7102892. OLE color: 7102892.

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

Color convert

RGB 172 97 108 -
CMYK 0 0.44 0.37 0.33
HSL 351.2º 0.31% 0.53% -
HSV(B) 351.2º 0.44% 0.67% -
XYZ 23.99 18.4 16.47 -
YUV 120.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 172 97 108 0 0.44 0.37 0.33 351.2 0.31 0.53
Hex AC 61 6C 0 2C 25 21 15F 1F 35
Octal 254 141 154 0 54 45 41 537 37 65
Binary 10101100 1100001 1101100 0 101100 100101 100001 101011111 11111 110101

Color Harmonies of #AC616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC616C

Black with #AC616C

Text Example


Text Example

White with #AC616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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