Html Css Color HEX #AC6670 Turkish Rose

📋 copy color: '#AC6670'

red 172 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #AC6670

Tints of Turkish Rose #AC6670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 44.56%
G = 26.42%
B = 29.02%

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

#AC6670 (or 0xAC6670) is known color: Turkish Rose. HEX triplet: AC, 66 and 70. RGB value is (172,102,112). Sum of RGB (Red+Green+Blue) = 172+102+112=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6670 is #53998F. Grayscale: #7C7C7C. Windows color (decimal): -5478800 or 7366316. OLE color: 7366316.

HSL color Cylindrical-coordinate representation of color #AC6670: hue angle of 351.43º 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 #AC6670 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 112 -
CMYK 0 0.41 0.35 0.33
HSL 351.43º 0.3% 0.54% -
HSV(B) 351.43º 0.41% 0.67% -
XYZ 24.69 19.44 17.78 -
YUV 124.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 172 102 112 0 0.41 0.35 0.33 351.43 0.3 0.54
Hex AC 66 70 0 29 23 21 15F 1E 36
Octal 254 146 160 0 51 43 41 537 36 66
Binary 10101100 1100110 1110000 0 101001 100011 100001 101011111 11110 110110

Color Harmonies of #AC6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6670

Black with #AC6670

Text Example


Text Example

White with #AC6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6670; }

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

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

background-color css

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

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

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

border-color css

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

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

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