Html Css Color HEX #AC6A78 Turkish Rose

📋 copy color: '#AC6A78'

red 172 ◦ green 106 ◦ blue 120

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

Shades of Turkish Rose #AC6A78

Tints of Turkish Rose #AC6A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 120 (47.27% from 255) = 30.15%

R = 43.22%
G = 26.63%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC6A78 (or 0xAC6A78) is known color: Turkish Rose. HEX triplet: AC, 6A and 78. RGB value is (172,106,120). Sum of RGB (Red+Green+Blue) = 172+106+120=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A78 is #539587. Grayscale: #7F7F7F. Windows color (decimal): -5477768 or 7891628. OLE color: 7891628.

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

Color convert

RGB 172 106 120 -
CMYK 0 0.38 0.30 0.33
HSL 347.27º 0.28% 0.55% -
HSV(B) 347.27º 0.38% 0.67% -
XYZ 25.56 20.43 20.37 -
YUV 127.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 172 106 120 0 0.38 0.30 0.33 347.27 0.28 0.55
Hex AC 6A 78 0 26 1E 21 15B 1C 37
Octal 254 152 170 0 46 36 41 533 34 67
Binary 10101100 1101010 1111000 0 100110 11110 100001 101011011 11100 110111

Color Harmonies of #AC6A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A78

Black with #AC6A78

Text Example


Text Example

White with #AC6A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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