Html Css Color HEX #AC717B Turkish Rose

📋 copy color: '#AC717B'

red 172 ◦ green 113 ◦ blue 123

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

Shades of Turkish Rose #AC717B

Tints of Turkish Rose #AC717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 42.16%
G = 27.7%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC717B (or 0xAC717B) is known color: Turkish Rose. HEX triplet: AC, 71 and 7B. RGB value is (172,113,123). Sum of RGB (Red+Green+Blue) = 172+113+123=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC717B is #538E84. Grayscale: #838383. Windows color (decimal): -5475973 or 8090028. OLE color: 8090028.

HSL color Cylindrical-coordinate representation of color #AC717B: hue angle of 349.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC717B is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 113 123 -
CMYK 0 0.34 0.28 0.33
HSL 349.83º 0.26% 0.56% -
HSV(B) 349.83º 0.34% 0.67% -
XYZ 26.49 22.01 21.59 -
YUV 131.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 172 113 123 0 0.34 0.28 0.33 349.83 0.26 0.56
Hex AC 71 7B 0 22 1C 21 15E 1A 38
Octal 254 161 173 0 42 34 41 536 32 70
Binary 10101100 1110001 1111011 0 100010 11100 100001 101011110 11010 111000

Color Harmonies of #AC717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC717B

Black with #AC717B

Text Example


Text Example

White with #AC717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC717B; }

 p { color: rgb(172,113,123); }

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

background-color css

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

 a { background-color: rgb(172,113,123); }

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

border-color css

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

 span { border-color: rgb(172,113,123); }

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