Html Css Color HEX #AC737C Turkish Rose

📋 copy color: '#AC737C'

red 172 ◦ green 115 ◦ blue 124

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

Shades of Turkish Rose #AC737C

Tints of Turkish Rose #AC737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

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

R = 41.85%
G = 27.98%
B = 30.17%

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

#AC737C (or 0xAC737C) is known color: Turkish Rose. HEX triplet: AC, 73 and 7C. RGB value is (172,115,124). Sum of RGB (Red+Green+Blue) = 172+115+124=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC737C is #538C83. Grayscale: #858585. Windows color (decimal): -5475460 or 8156076. OLE color: 8156076.

HSL color Cylindrical-coordinate representation of color #AC737C: hue angle of 350.53º degrees, saturation: 0.26, 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 #AC737C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 124 -
CMYK 0 0.33 0.28 0.33
HSL 350.53º 0.26% 0.56% -
HSV(B) 350.53º 0.33% 0.67% -
XYZ 26.78 22.49 22 -
YUV 133.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 172 115 124 0 0.33 0.28 0.33 350.53 0.26 0.56
Hex AC 73 7C 0 21 1C 21 15F 1A 38
Octal 254 163 174 0 41 34 41 537 32 70
Binary 10101100 1110011 1111100 0 100001 11100 100001 101011111 11010 111000

Color Harmonies of #AC737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC737C

Black with #AC737C

Text Example


Text Example

White with #AC737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC737C; }

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

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

background-color css

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

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

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

border-color css

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

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

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