Html Css Color HEX #AC797D Turkish Rose

📋 copy color: '#AC797D'

red 172 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #AC797D

Tints of Turkish Rose #AC797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 41.15%
G = 28.95%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC797D (or 0xAC797D) is known color: Turkish Rose. HEX triplet: AC, 79 and 7D. RGB value is (172,121,125). Sum of RGB (Red+Green+Blue) = 172+121+125=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC797D is #538682. Grayscale: #888888. Windows color (decimal): -5473923 or 8223148. OLE color: 8223148.

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

Color convert

RGB 172 121 125 -
CMYK 0 0.30 0.27 0.33
HSL 355.29º 0.24% 0.57% -
HSV(B) 355.29º 0.3% 0.67% -
XYZ 27.55 23.93 22.57 -
YUV 136.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 172 121 125 0 0.30 0.27 0.33 355.29 0.24 0.57
Hex AC 79 7D 0 1E 1B 21 163 18 39
Octal 254 171 175 0 36 33 41 543 30 71
Binary 10101100 1111001 1111101 0 11110 11011 100001 101100011 11000 111001

Color Harmonies of #AC797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC797D

Black with #AC797D

Text Example


Text Example

White with #AC797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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