Html Css Color HEX #AC646A Turkish Rose

📋 copy color: '#AC646A'

red 172 ◦ green 100 ◦ blue 106

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

Shades of Turkish Rose #AC646A

Tints of Turkish Rose #AC646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 45.5%
G = 26.46%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC646A (or 0xAC646A) is known color: Turkish Rose. HEX triplet: AC, 64 and 6A. RGB value is (172,100,106). Sum of RGB (Red+Green+Blue) = 172+100+106=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC646A is #539B95. Grayscale: #7A7A7A. Windows color (decimal): -5479318 or 6972588. OLE color: 6972588.

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

Color convert

RGB 172 100 106 -
CMYK 0 0.42 0.38 0.33
HSL 355º 0.3% 0.53% -
HSV(B) 355º 0.42% 0.67% -
XYZ 24.17 18.93 16.01 -
YUV 122.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 172 100 106 0 0.42 0.38 0.33 355 0.3 0.53
Hex AC 64 6A 0 2A 26 21 163 1E 35
Octal 254 144 152 0 52 46 41 543 36 65
Binary 10101100 1100100 1101010 0 101010 100110 100001 101100011 11110 110101

Color Harmonies of #AC646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC646A

Black with #AC646A

Text Example


Text Example

White with #AC646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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