Html Css Color HEX #AC7579 Turkish Rose

📋 copy color: '#AC7579'

red 172 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #AC7579

Tints of Turkish Rose #AC7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.54%

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

R = 41.95%
G = 28.54%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7579 (or 0xAC7579) is known color: Turkish Rose. HEX triplet: AC, 75 and 79. RGB value is (172,117,121). Sum of RGB (Red+Green+Blue) = 172+117+121=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7579 is #538A86. Grayscale: #858585. Windows color (decimal): -5474951 or 7959980. OLE color: 7959980.

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

Color convert

RGB 172 117 121 -
CMYK 0 0.32 0.30 0.33
HSL 355.64º 0.25% 0.57% -
HSV(B) 355.64º 0.32% 0.67% -
XYZ 26.83 22.87 21.09 -
YUV 133.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 172 117 121 0 0.32 0.30 0.33 355.64 0.25 0.57
Hex AC 75 79 0 20 1E 21 164 19 39
Octal 254 165 171 0 40 36 41 544 31 71
Binary 10101100 1110101 1111001 0 100000 11110 100001 101100100 11001 111001

Color Harmonies of #AC7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7579

Black with #AC7579

Text Example


Text Example

White with #AC7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7579; }

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

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

background-color css

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

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

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

border-color css

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

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

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