Html Css Color HEX #AC646C Turkish Rose

📋 copy color: '#AC646C'

red 172 ◦ green 100 ◦ blue 108

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

Shades of Turkish Rose #AC646C

Tints of Turkish Rose #AC646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 45.26%
G = 26.32%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC646C (or 0xAC646C) is known color: Turkish Rose. HEX triplet: AC, 64 and 6C. RGB value is (172,100,108). Sum of RGB (Red+Green+Blue) = 172+100+108=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC646C is #539B93. Grayscale: #7A7A7A. Windows color (decimal): -5479316 or 7103660. OLE color: 7103660.

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

Color convert

RGB 172 100 108 -
CMYK 0 0.42 0.37 0.33
HSL 353.33º 0.3% 0.53% -
HSV(B) 353.33º 0.42% 0.67% -
XYZ 24.28 18.97 16.57 -
YUV 122.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 172 100 108 0 0.42 0.37 0.33 353.33 0.3 0.53
Hex AC 64 6C 0 2A 25 21 161 1E 35
Octal 254 144 154 0 52 45 41 541 36 65
Binary 10101100 1100100 1101100 0 101010 100101 100001 101100001 11110 110101

Color Harmonies of #AC646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC646C

Black with #AC646C

Text Example


Text Example

White with #AC646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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