Html Css Color HEX #AC6E7B Turkish Rose

📋 copy color: '#AC6E7B'

red 172 ◦ green 110 ◦ blue 123

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

Shades of Turkish Rose #AC6E7B

Tints of Turkish Rose #AC6E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 42.47%
G = 27.16%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC6E7B (or 0xAC6E7B) is known color: Turkish Rose. HEX triplet: AC, 6E and 7B. RGB value is (172,110,123). Sum of RGB (Red+Green+Blue) = 172+110+123=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E7B is #539184. Grayscale: #828282. Windows color (decimal): -5476741 or 8089260. OLE color: 8089260.

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

Color convert

RGB 172 110 123 -
CMYK 0 0.36 0.28 0.33
HSL 347.42º 0.27% 0.55% -
HSV(B) 347.42º 0.36% 0.67% -
XYZ 26.16 21.35 21.48 -
YUV 130.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 172 110 123 0 0.36 0.28 0.33 347.42 0.27 0.55
Hex AC 6E 7B 0 24 1C 21 15B 1B 37
Octal 254 156 173 0 44 34 41 533 33 67
Binary 10101100 1101110 1111011 0 100100 11100 100001 101011011 11011 110111

Color Harmonies of #AC6E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E7B

Black with #AC6E7B

Text Example


Text Example

White with #AC6E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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