Html Css Color HEX #AC777C Turkish Rose

📋 copy color: '#AC777C'

red 172 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #AC777C

Tints of Turkish Rose #AC777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

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

R = 41.45%
G = 28.67%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC777C (or 0xAC777C) is known color: Turkish Rose. HEX triplet: AC, 77 and 7C. RGB value is (172,119,124). Sum of RGB (Red+Green+Blue) = 172+119+124=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC777C is #538883. Grayscale: #878787. Windows color (decimal): -5474436 or 8157100. OLE color: 8157100.

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

Color convert

RGB 172 119 124 -
CMYK 0 0.31 0.28 0.33
HSL 354.34º 0.24% 0.57% -
HSV(B) 354.34º 0.31% 0.67% -
XYZ 27.25 23.42 22.15 -
YUV 135.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 172 119 124 0 0.31 0.28 0.33 354.34 0.24 0.57
Hex AC 77 7C 0 1F 1C 21 162 18 39
Octal 254 167 174 0 37 34 41 542 30 71
Binary 10101100 1110111 1111100 0 11111 11100 100001 101100010 11000 111001

Color Harmonies of #AC777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC777C

Black with #AC777C

Text Example


Text Example

White with #AC777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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