Html Css Color HEX #AC6774 Turkish Rose

📋 copy color: '#AC6774'

red 172 ◦ green 103 ◦ blue 116

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

Shades of Turkish Rose #AC6774

Tints of Turkish Rose #AC6774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.34%

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

R = 43.99%
G = 26.34%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC6774 (or 0xAC6774) is known color: Turkish Rose. HEX triplet: AC, 67 and 74. RGB value is (172,103,116). Sum of RGB (Red+Green+Blue) = 172+103+116=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6774 is #53988B. Grayscale: #7D7D7D. Windows color (decimal): -5478540 or 7628716. OLE color: 7628716.

HSL color Cylindrical-coordinate representation of color #AC6774: hue angle of 348.7º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6774 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 103 116 -
CMYK 0 0.40 0.33 0.33
HSL 348.7º 0.29% 0.54% -
HSV(B) 348.7º 0.4% 0.67% -
XYZ 25.02 19.73 19.01 -
YUV 125.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 172 103 116 0 0.40 0.33 0.33 348.7 0.29 0.54
Hex AC 67 74 0 28 21 21 15D 1D 36
Octal 254 147 164 0 50 41 41 535 35 66
Binary 10101100 1100111 1110100 0 101000 100001 100001 101011101 11101 110110

Color Harmonies of #AC6774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6774

Black with #AC6774

Text Example


Text Example

White with #AC6774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6774; }

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

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

background-color css

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

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

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

border-color css

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

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

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