Html Css Color HEX #AC7980 Turkish Rose

📋 copy color: '#AC7980'

red 172 ◦ green 121 ◦ blue 128

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

Shades of Turkish Rose #AC7980

Tints of Turkish Rose #AC7980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 40.86%
G = 28.74%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC7980 (or 0xAC7980) is known color: Turkish Rose. HEX triplet: AC, 79 and 80. RGB value is (172,121,128). Sum of RGB (Red+Green+Blue) = 172+121+128=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7980 is #53867F. Grayscale: #898989. Windows color (decimal): -5473920 or 8419756. OLE color: 8419756.

HSL color Cylindrical-coordinate representation of color #AC7980: hue angle of 351.76º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7980 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 128 -
CMYK 0 0.30 0.26 0.33
HSL 351.76º 0.24% 0.57% -
HSV(B) 351.76º 0.3% 0.67% -
XYZ 27.75 24 23.59 -
YUV 137.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 172 121 128 0 0.30 0.26 0.33 351.76 0.24 0.57
Hex AC 79 80 0 1E 1A 21 160 18 39
Octal 254 171 200 0 36 32 41 540 30 71
Binary 10101100 1111001 10000000 0 11110 11010 100001 101100000 11000 111001

Color Harmonies of #AC7980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7980

Black with #AC7980

Text Example


Text Example

White with #AC7980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7980; }

 p { color: rgb(172,121,128); }

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

background-color css

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

 a { background-color: rgb(172,121,128); }

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

border-color css

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

 span { border-color: rgb(172,121,128); }

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