Html Css Color HEX #AC7880 Turkish Rose

📋 copy color: '#AC7880'

red 172 ◦ green 120 ◦ blue 128

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

Shades of Turkish Rose #AC7880

Tints of Turkish Rose #AC7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.57%

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

R = 40.95%
G = 28.57%
B = 30.48%

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

#AC7880 (or 0xAC7880) is known color: Turkish Rose. HEX triplet: AC, 78 and 80. RGB value is (172,120,128). Sum of RGB (Red+Green+Blue) = 172+120+128=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7880 is #53877F. Grayscale: #888888. Windows color (decimal): -5474176 or 8419500. OLE color: 8419500.

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

Color convert

RGB 172 120 128 -
CMYK 0 0.30 0.26 0.33
HSL 350.77º 0.24% 0.57% -
HSV(B) 350.77º 0.3% 0.67% -
XYZ 27.63 23.76 23.55 -
YUV 136.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 172 120 128 0 0.30 0.26 0.33 350.77 0.24 0.57
Hex AC 78 80 0 1E 1A 21 15F 18 39
Octal 254 170 200 0 36 32 41 537 30 71
Binary 10101100 1111000 10000000 0 11110 11010 100001 101011111 11000 111001

Color Harmonies of #AC7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7880

Black with #AC7880

Text Example


Text Example

White with #AC7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7880; }

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

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

background-color css

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

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

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

border-color css

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

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

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