Html Css Color HEX #AC6874 Turkish Rose

📋 copy color: '#AC6874'

red 172 ◦ green 104 ◦ blue 116

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

Shades of Turkish Rose #AC6874

Tints of Turkish Rose #AC6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.53%

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

R = 43.88%
G = 26.53%
B = 29.59%

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

#AC6874 (or 0xAC6874) is known color: Turkish Rose. HEX triplet: AC, 68 and 74. RGB value is (172,104,116). Sum of RGB (Red+Green+Blue) = 172+104+116=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6874 is #53978B. Grayscale: #7D7D7D. Windows color (decimal): -5478284 or 7628972. OLE color: 7628972.

HSL color Cylindrical-coordinate representation of color #AC6874: hue angle of 349.41º 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 #AC6874 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 104 116 -
CMYK 0 0.40 0.33 0.33
HSL 349.41º 0.29% 0.54% -
HSV(B) 349.41º 0.4% 0.67% -
XYZ 25.12 19.93 19.05 -
YUV 125.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 172 104 116 0 0.40 0.33 0.33 349.41 0.29 0.54
Hex AC 68 74 0 28 21 21 15D 1D 36
Octal 254 150 164 0 50 41 41 535 35 66
Binary 10101100 1101000 1110100 0 101000 100001 100001 101011101 11101 110110

Color Harmonies of #AC6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6874

Black with #AC6874

Text Example


Text Example

White with #AC6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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