Html Css Color HEX #AC666F Turkish Rose

📋 copy color: '#AC666F'

red 172 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #AC666F

Tints of Turkish Rose #AC666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 44.68%
G = 26.49%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC666F (or 0xAC666F) is known color: Turkish Rose. HEX triplet: AC, 66 and 6F. RGB value is (172,102,111). Sum of RGB (Red+Green+Blue) = 172+102+111=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC666F is #539990. Grayscale: #7B7B7B. Windows color (decimal): -5478801 or 7300780. OLE color: 7300780.

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

Color convert

RGB 172 102 111 -
CMYK 0 0.41 0.35 0.33
HSL 352.29º 0.3% 0.54% -
HSV(B) 352.29º 0.41% 0.67% -
XYZ 24.63 19.42 17.49 -
YUV 123.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 172 102 111 0 0.41 0.35 0.33 352.29 0.3 0.54
Hex AC 66 6F 0 29 23 21 160 1E 36
Octal 254 146 157 0 51 43 41 540 36 66
Binary 10101100 1100110 1101111 0 101001 100011 100001 101100000 11110 110110

Color Harmonies of #AC666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC666F

Black with #AC666F

Text Example


Text Example

White with #AC666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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