Html Css Color HEX #AC646E Turkish Rose

📋 copy color: '#AC646E'

red 172 ◦ green 100 ◦ blue 110

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

Shades of Turkish Rose #AC646E

Tints of Turkish Rose #AC646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 45.03%
G = 26.18%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC646E (or 0xAC646E) is known color: Turkish Rose. HEX triplet: AC, 64 and 6E. RGB value is (172,100,110). Sum of RGB (Red+Green+Blue) = 172+100+110=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC646E is #539B91. Grayscale: #7A7A7A. Windows color (decimal): -5479314 or 7234732. OLE color: 7234732.

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

Color convert

RGB 172 100 110 -
CMYK 0 0.42 0.36 0.33
HSL 351.67º 0.3% 0.53% -
HSV(B) 351.67º 0.42% 0.67% -
XYZ 24.38 19.01 17.14 -
YUV 122.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 172 100 110 0 0.42 0.36 0.33 351.67 0.3 0.53
Hex AC 64 6E 0 2A 24 21 160 1E 35
Octal 254 144 156 0 52 44 41 540 36 65
Binary 10101100 1100100 1101110 0 101010 100100 100001 101100000 11110 110101

Color Harmonies of #AC646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC646E

Black with #AC646E

Text Example


Text Example

White with #AC646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC646E; }

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

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

background-color css

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

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

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

border-color css

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

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

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