Html Css Color HEX #AC767C Turkish Rose

📋 copy color: '#AC767C'

red 172 ◦ green 118 ◦ blue 124

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

Shades of Turkish Rose #AC767C

Tints of Turkish Rose #AC767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

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

R = 41.55%
G = 28.5%
B = 29.95%

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

#AC767C (or 0xAC767C) is known color: Turkish Rose. HEX triplet: AC, 76 and 7C. RGB value is (172,118,124). Sum of RGB (Red+Green+Blue) = 172+118+124=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC767C is #538983. Grayscale: #868686. Windows color (decimal): -5474692 or 8156844. OLE color: 8156844.

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

Color convert

RGB 172 118 124 -
CMYK 0 0.31 0.28 0.33
HSL 353.33º 0.25% 0.57% -
HSV(B) 353.33º 0.31% 0.67% -
XYZ 27.13 23.18 22.11 -
YUV 134.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 172 118 124 0 0.31 0.28 0.33 353.33 0.25 0.57
Hex AC 76 7C 0 1F 1C 21 161 19 39
Octal 254 166 174 0 37 34 41 541 31 71
Binary 10101100 1110110 1111100 0 11111 11100 100001 101100001 11001 111001

Color Harmonies of #AC767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC767C

Black with #AC767C

Text Example


Text Example

White with #AC767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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