Html Css Color HEX #AC6872 Turkish Rose

📋 copy color: '#AC6872'

red 172 ◦ green 104 ◦ blue 114

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

Shades of Turkish Rose #AC6872

Tints of Turkish Rose #AC6872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 44.1%
G = 26.67%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC6872 (or 0xAC6872) is known color: Turkish Rose. HEX triplet: AC, 68 and 72. RGB value is (172,104,114). Sum of RGB (Red+Green+Blue) = 172+104+114=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6872 is #53978D. Grayscale: #7D7D7D. Windows color (decimal): -5478286 or 7497900. OLE color: 7497900.

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

Color convert

RGB 172 104 114 -
CMYK 0 0.40 0.34 0.33
HSL 351.18º 0.29% 0.54% -
HSV(B) 351.18º 0.4% 0.67% -
XYZ 25 19.89 18.44 -
YUV 125.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 172 104 114 0 0.40 0.34 0.33 351.18 0.29 0.54
Hex AC 68 72 0 28 22 21 15F 1D 36
Octal 254 150 162 0 50 42 41 537 35 66
Binary 10101100 1101000 1110010 0 101000 100010 100001 101011111 11101 110110

Color Harmonies of #AC6872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6872

Black with #AC6872

Text Example


Text Example

White with #AC6872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6872; }

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

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

background-color css

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

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

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

border-color css

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

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

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