Html Css Color HEX #AC6174 Turkish Rose

📋 copy color: '#AC6174'

red 172 ◦ green 97 ◦ blue 116

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

Shades of Turkish Rose #AC6174

Tints of Turkish Rose #AC6174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

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

R = 44.68%
G = 25.19%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC6174 (or 0xAC6174) is known color: Turkish Rose. HEX triplet: AC, 61 and 74. RGB value is (172,97,116). Sum of RGB (Red+Green+Blue) = 172+97+116=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6174 is #539E8B. Grayscale: #797979. Windows color (decimal): -5480076 or 7627180. OLE color: 7627180.

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

Color convert

RGB 172 97 116 -
CMYK 0 0.44 0.33 0.33
HSL 344.8º 0.31% 0.53% -
HSV(B) 344.8º 0.44% 0.67% -
XYZ 24.44 18.58 18.82 -
YUV 121.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 172 97 116 0 0.44 0.33 0.33 344.8 0.31 0.53
Hex AC 61 74 0 2C 21 21 159 1F 35
Octal 254 141 164 0 54 41 41 531 37 65
Binary 10101100 1100001 1110100 0 101100 100001 100001 101011001 11111 110101

Color Harmonies of #AC6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6174

Black with #AC6174

Text Example


Text Example

White with #AC6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6174; }

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

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

background-color css

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

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

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

border-color css

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

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

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