Html Css Color HEX #AC747C Turkish Rose

📋 copy color: '#AC747C'

red 172 ◦ green 116 ◦ blue 124

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

Shades of Turkish Rose #AC747C

Tints of Turkish Rose #AC747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.16%

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

R = 41.75%
G = 28.16%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC747C (or 0xAC747C) is known color: Turkish Rose. HEX triplet: AC, 74 and 7C. RGB value is (172,116,124). Sum of RGB (Red+Green+Blue) = 172+116+124=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC747C is #538B83. Grayscale: #858585. Windows color (decimal): -5475204 or 8156332. OLE color: 8156332.

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

Color convert

RGB 172 116 124 -
CMYK 0 0.33 0.28 0.33
HSL 351.43º 0.25% 0.56% -
HSV(B) 351.43º 0.33% 0.67% -
XYZ 26.9 22.72 22.04 -
YUV 133.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 172 116 124 0 0.33 0.28 0.33 351.43 0.25 0.56
Hex AC 74 7C 0 21 1C 21 15F 19 38
Octal 254 164 174 0 41 34 41 537 31 70
Binary 10101100 1110100 1111100 0 100001 11100 100001 101011111 11001 111000

Color Harmonies of #AC747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC747C

Black with #AC747C

Text Example


Text Example

White with #AC747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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