Html Css Color HEX #AC5F74 Turkish Rose

📋 copy color: '#AC5F74'

red 172 ◦ green 95 ◦ blue 116

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

Shades of Turkish Rose #AC5F74

Tints of Turkish Rose #AC5F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 44.91%
G = 24.8%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5F74 (or 0xAC5F74) is known color: Turkish Rose. HEX triplet: AC, 5F and 74. RGB value is (172,95,116). Sum of RGB (Red+Green+Blue) = 172+95+116=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5F74 is #53A08B. Grayscale: #787878. Windows color (decimal): -5480588 or 7626668. OLE color: 7626668.

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

Color convert

RGB 172 95 116 -
CMYK 0 0.45 0.33 0.33
HSL 343.64º 0.32% 0.52% -
HSV(B) 343.64º 0.45% 0.67% -
XYZ 24.26 18.22 18.76 -
YUV 120.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 172 95 116 0 0.45 0.33 0.33 343.64 0.32 0.52
Hex AC 5F 74 0 2D 21 21 158 20 34
Octal 254 137 164 0 55 41 41 530 40 64
Binary 10101100 1011111 1110100 0 101101 100001 100001 101011000 100000 110100

Color Harmonies of #AC5F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F74

Black with #AC5F74

Text Example


Text Example

White with #AC5F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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