Html Css Color HEX #AC6971 Turkish Rose

📋 copy color: '#AC6971'

red 172 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #AC6971

Tints of Turkish Rose #AC6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 113 (44.53% from 255) = 28.97%

R = 44.1%
G = 26.92%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC6971 (or 0xAC6971) is known color: Turkish Rose. HEX triplet: AC, 69 and 71. RGB value is (172,105,113). Sum of RGB (Red+Green+Blue) = 172+105+113=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6971 is #53968E. Grayscale: #7D7D7D. Windows color (decimal): -5478031 or 7432620. OLE color: 7432620.

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

Color convert

RGB 172 105 113 -
CMYK 0 0.39 0.34 0.33
HSL 352.84º 0.29% 0.54% -
HSV(B) 352.84º 0.39% 0.67% -
XYZ 25.05 20.07 18.18 -
YUV 125.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 172 105 113 0 0.39 0.34 0.33 352.84 0.29 0.54
Hex AC 69 71 0 27 22 21 161 1D 36
Octal 254 151 161 0 47 42 41 541 35 66
Binary 10101100 1101001 1110001 0 100111 100010 100001 101100001 11101 110110

Color Harmonies of #AC6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6971

Black with #AC6971

Text Example


Text Example

White with #AC6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6971; }

 p { color: rgb(172,105,113); }

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

background-color css

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

 a { background-color: rgb(172,105,113); }

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

border-color css

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

 span { border-color: rgb(172,105,113); }

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