Html Css Color HEX #AC707C Turkish Rose

📋 copy color: '#AC707C'

red 172 ◦ green 112 ◦ blue 124

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

Shades of Turkish Rose #AC707C

Tints of Turkish Rose #AC707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.45%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 42.16%
G = 27.45%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC707C (or 0xAC707C) is known color: Turkish Rose. HEX triplet: AC, 70 and 7C. RGB value is (172,112,124). Sum of RGB (Red+Green+Blue) = 172+112+124=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC707C is #538F83. Grayscale: #838383. Windows color (decimal): -5476228 or 8155308. OLE color: 8155308.

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

Color convert

RGB 172 112 124 -
CMYK 0 0.35 0.28 0.33
HSL 348º 0.27% 0.56% -
HSV(B) 348º 0.35% 0.67% -
XYZ 26.45 21.81 21.89 -
YUV 131.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 172 112 124 0 0.35 0.28 0.33 348 0.27 0.56
Hex AC 70 7C 0 23 1C 21 15C 1B 38
Octal 254 160 174 0 43 34 41 534 33 70
Binary 10101100 1110000 1111100 0 100011 11100 100001 101011100 11011 111000

Color Harmonies of #AC707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC707C

Black with #AC707C

Text Example


Text Example

White with #AC707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC707C; }

 p { color: rgb(172,112,124); }

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

background-color css

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

 a { background-color: rgb(172,112,124); }

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

border-color css

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

 span { border-color: rgb(172,112,124); }

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