Html Css Color HEX #AC6D71 Turkish Rose

📋 copy color: '#AC6D71'

red 172 ◦ green 109 ◦ blue 113

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

Shades of Turkish Rose #AC6D71

Tints of Turkish Rose #AC6D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

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

R = 43.65%
G = 27.66%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC6D71 (or 0xAC6D71) is known color: Turkish Rose. HEX triplet: AC, 6D and 71. RGB value is (172,109,113). Sum of RGB (Red+Green+Blue) = 172+109+113=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D71 is #53928E. Grayscale: #808080. Windows color (decimal): -5477007 or 7433644. OLE color: 7433644.

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

Color convert

RGB 172 109 113 -
CMYK 0 0.37 0.34 0.33
HSL 356.19º 0.28% 0.55% -
HSV(B) 356.19º 0.37% 0.67% -
XYZ 25.46 20.9 18.31 -
YUV 128.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 172 109 113 0 0.37 0.34 0.33 356.19 0.28 0.55
Hex AC 6D 71 0 25 22 21 164 1C 37
Octal 254 155 161 0 45 42 41 544 34 67
Binary 10101100 1101101 1110001 0 100101 100010 100001 101100100 11100 110111

Color Harmonies of #AC6D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D71

Black with #AC6D71

Text Example


Text Example

White with #AC6D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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