Html Css Color HEX #AC717A Turkish Rose

📋 copy color: '#AC717A'

red 172 ◦ green 113 ◦ blue 122

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

Shades of Turkish Rose #AC717A

Tints of Turkish Rose #AC717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 42.26%
G = 27.76%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC717A (or 0xAC717A) is known color: Turkish Rose. HEX triplet: AC, 71 and 7A. RGB value is (172,113,122). Sum of RGB (Red+Green+Blue) = 172+113+122=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC717A is #538E85. Grayscale: #838383. Windows color (decimal): -5475974 or 8024492. OLE color: 8024492.

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

Color convert

RGB 172 113 122 -
CMYK 0 0.34 0.29 0.33
HSL 350.85º 0.26% 0.56% -
HSV(B) 350.85º 0.34% 0.67% -
XYZ 26.43 21.99 21.26 -
YUV 131.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 172 113 122 0 0.34 0.29 0.33 350.85 0.26 0.56
Hex AC 71 7A 0 22 1D 21 15F 1A 38
Octal 254 161 172 0 42 35 41 537 32 70
Binary 10101100 1110001 1111010 0 100010 11101 100001 101011111 11010 111000

Color Harmonies of #AC717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC717A

Black with #AC717A

Text Example


Text Example

White with #AC717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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