Html Css Color HEX #AC6E6F Turkish Rose

📋 copy color: '#AC6E6F'

red 172 ◦ green 110 ◦ blue 111

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

Shades of Turkish Rose #AC6E6F

Tints of Turkish Rose #AC6E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 111 (43.75% from 255) = 28.24%

R = 43.77%
G = 27.99%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC6E6F (or 0xAC6E6F) is known color: Turkish Rose. HEX triplet: AC, 6E and 6F. RGB value is (172,110,111). Sum of RGB (Red+Green+Blue) = 172+110+111=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E6F is #539190. Grayscale: #808080. Windows color (decimal): -5476753 or 7302828. OLE color: 7302828.

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

Color convert

RGB 172 110 111 -
CMYK 0 0.36 0.35 0.33
HSL 359.03º 0.27% 0.55% -
HSV(B) 359.03º 0.36% 0.67% -
XYZ 25.46 21.07 17.76 -
YUV 128.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 172 110 111 0 0.36 0.35 0.33 359.03 0.27 0.55
Hex AC 6E 6F 0 24 23 21 167 1B 37
Octal 254 156 157 0 44 43 41 547 33 67
Binary 10101100 1101110 1101111 0 100100 100011 100001 101100111 11011 110111

Color Harmonies of #AC6E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E6F

Black with #AC6E6F

Text Example


Text Example

White with #AC6E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E6F; }

 p { color: rgb(172,110,111); }

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

background-color css

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

 a { background-color: rgb(172,110,111); }

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

border-color css

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

 span { border-color: rgb(172,110,111); }

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