Html Css Color HEX #AC797C Turkish Rose

📋 copy color: '#AC797C'

red 172 ◦ green 121 ◦ blue 124

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

Shades of Turkish Rose #AC797C

Tints of Turkish Rose #AC797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 41.25%
G = 29.02%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC797C (or 0xAC797C) is known color: Turkish Rose. HEX triplet: AC, 79 and 7C. RGB value is (172,121,124). Sum of RGB (Red+Green+Blue) = 172+121+124=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC797C is #538683. Grayscale: #888888. Windows color (decimal): -5473924 or 8157612. OLE color: 8157612.

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

Color convert

RGB 172 121 124 -
CMYK 0 0.30 0.28 0.33
HSL 356.47º 0.24% 0.57% -
HSV(B) 356.47º 0.3% 0.67% -
XYZ 27.49 23.9 22.23 -
YUV 136.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 172 121 124 0 0.30 0.28 0.33 356.47 0.24 0.57
Hex AC 79 7C 0 1E 1C 21 164 18 39
Octal 254 171 174 0 36 34 41 544 30 71
Binary 10101100 1111001 1111100 0 11110 11100 100001 101100100 11000 111001

Color Harmonies of #AC797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC797C

Black with #AC797C

Text Example


Text Example

White with #AC797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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