Html Css Color HEX #AC656E Turkish Rose

📋 copy color: '#AC656E'

red 172 ◦ green 101 ◦ blue 110

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

Shades of Turkish Rose #AC656E

Tints of Turkish Rose #AC656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

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

R = 44.91%
G = 26.37%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC656E (or 0xAC656E) is known color: Turkish Rose. HEX triplet: AC, 65 and 6E. RGB value is (172,101,110). Sum of RGB (Red+Green+Blue) = 172+101+110=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC656E is #539A91. Grayscale: #7B7B7B. Windows color (decimal): -5479058 or 7234988. OLE color: 7234988.

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

Color convert

RGB 172 101 110 -
CMYK 0 0.41 0.36 0.33
HSL 352.39º 0.3% 0.54% -
HSV(B) 352.39º 0.41% 0.67% -
XYZ 24.48 19.2 17.17 -
YUV 123.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 172 101 110 0 0.41 0.36 0.33 352.39 0.3 0.54
Hex AC 65 6E 0 29 24 21 160 1E 36
Octal 254 145 156 0 51 44 41 540 36 66
Binary 10101100 1100101 1101110 0 101001 100100 100001 101100000 11110 110110

Color Harmonies of #AC656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC656E

Black with #AC656E

Text Example


Text Example

White with #AC656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC656E; }

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

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

background-color css

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

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

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

border-color css

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

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

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