Html Css Color HEX #AC797E Turkish Rose

📋 copy color: '#AC797E'

red 172 ◦ green 121 ◦ blue 126

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

Shades of Turkish Rose #AC797E

Tints of Turkish Rose #AC797E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 41.05%
G = 28.88%
B = 30.07%

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

#AC797E (or 0xAC797E) is known color: Turkish Rose. HEX triplet: AC, 79 and 7E. RGB value is (172,121,126). Sum of RGB (Red+Green+Blue) = 172+121+126=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC797E is #538681. Grayscale: #888888. Windows color (decimal): -5473922 or 8288684. OLE color: 8288684.

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

Color convert

RGB 172 121 126 -
CMYK 0 0.30 0.27 0.33
HSL 354.12º 0.24% 0.57% -
HSV(B) 354.12º 0.3% 0.67% -
XYZ 27.62 23.95 22.91 -
YUV 136.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 172 121 126 0 0.30 0.27 0.33 354.12 0.24 0.57
Hex AC 79 7E 0 1E 1B 21 162 18 39
Octal 254 171 176 0 36 33 41 542 30 71
Binary 10101100 1111001 1111110 0 11110 11011 100001 101100010 11000 111001

Color Harmonies of #AC797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC797E

Black with #AC797E

Text Example


Text Example

White with #AC797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC797E; }

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

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

background-color css

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

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

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

border-color css

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

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

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