Html Css Color HEX #AC6A71 Turkish Rose

📋 copy color: '#AC6A71'

red 172 ◦ green 106 ◦ blue 113

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

Shades of Turkish Rose #AC6A71

Tints of Turkish Rose #AC6A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

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

R = 43.99%
G = 27.11%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC6A71 (or 0xAC6A71) is known color: Turkish Rose. HEX triplet: AC, 6A and 71. RGB value is (172,106,113). Sum of RGB (Red+Green+Blue) = 172+106+113=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A71 is #53958E. Grayscale: #7E7E7E. Windows color (decimal): -5477775 or 7432876. OLE color: 7432876.

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

Color convert

RGB 172 106 113 -
CMYK 0 0.38 0.34 0.33
HSL 353.64º 0.28% 0.55% -
HSV(B) 353.64º 0.38% 0.67% -
XYZ 25.15 20.27 18.21 -
YUV 126.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 172 106 113 0 0.38 0.34 0.33 353.64 0.28 0.55
Hex AC 6A 71 0 26 22 21 162 1C 37
Octal 254 152 161 0 46 42 41 542 34 67
Binary 10101100 1101010 1110001 0 100110 100010 100001 101100010 11100 110111

Color Harmonies of #AC6A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A71

Black with #AC6A71

Text Example


Text Example

White with #AC6A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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