Html Css Color HEX #AC7879 Turkish Rose

📋 copy color: '#AC7879'

red 172 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #AC7879

Tints of Turkish Rose #AC7879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 41.65%
G = 29.06%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7879 (or 0xAC7879) is known color: Turkish Rose. HEX triplet: AC, 78 and 79. RGB value is (172,120,121). Sum of RGB (Red+Green+Blue) = 172+120+121=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7879 is #538786. Grayscale: #878787. Windows color (decimal): -5474183 or 7960748. OLE color: 7960748.

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

Color convert

RGB 172 120 121 -
CMYK 0 0.30 0.30 0.33
HSL 358.85º 0.24% 0.57% -
HSV(B) 358.85º 0.3% 0.67% -
XYZ 27.18 23.58 21.21 -
YUV 135.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 172 120 121 0 0.30 0.30 0.33 358.85 0.24 0.57
Hex AC 78 79 0 1E 1E 21 167 18 39
Octal 254 170 171 0 36 36 41 547 30 71
Binary 10101100 1111000 1111001 0 11110 11110 100001 101100111 11000 111001

Color Harmonies of #AC7879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7879

Black with #AC7879

Text Example


Text Example

White with #AC7879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7879; }

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

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

background-color css

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

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

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

border-color css

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

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

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