Html Css Color HEX #AC7079 Turkish Rose

📋 copy color: '#AC7079'

red 172 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #AC7079

Tints of Turkish Rose #AC7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

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

R = 42.47%
G = 27.65%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7079 (or 0xAC7079) is known color: Turkish Rose. HEX triplet: AC, 70 and 79. RGB value is (172,112,121). Sum of RGB (Red+Green+Blue) = 172+112+121=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7079 is #538F86. Grayscale: #828282. Windows color (decimal): -5476231 or 7958700. OLE color: 7958700.

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

Color convert

RGB 172 112 121 -
CMYK 0 0.35 0.30 0.33
HSL 351º 0.27% 0.56% -
HSV(B) 351º 0.35% 0.67% -
XYZ 26.26 21.74 20.9 -
YUV 130.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 172 112 121 0 0.35 0.30 0.33 351 0.27 0.56
Hex AC 70 79 0 23 1E 21 15F 1B 38
Octal 254 160 171 0 43 36 41 537 33 70
Binary 10101100 1110000 1111001 0 100011 11110 100001 101011111 11011 111000

Color Harmonies of #AC7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7079

Black with #AC7079

Text Example


Text Example

White with #AC7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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