Html Css Color HEX #AC6776 Turkish Rose

📋 copy color: '#AC6776'

red 172 ◦ green 103 ◦ blue 118

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

Shades of Turkish Rose #AC6776

Tints of Turkish Rose #AC6776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.21%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 43.77%
G = 26.21%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC6776 (or 0xAC6776) is known color: Turkish Rose. HEX triplet: AC, 67 and 76. RGB value is (172,103,118). Sum of RGB (Red+Green+Blue) = 172+103+118=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6776 is #539889. Grayscale: #7D7D7D. Windows color (decimal): -5478538 or 7759788. OLE color: 7759788.

HSL color Cylindrical-coordinate representation of color #AC6776: hue angle of 346.96º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6776 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 103 118 -
CMYK 0 0.40 0.31 0.33
HSL 346.96º 0.29% 0.54% -
HSV(B) 346.96º 0.4% 0.67% -
XYZ 25.13 19.78 19.63 -
YUV 125.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 172 103 118 0 0.40 0.31 0.33 346.96 0.29 0.54
Hex AC 67 76 0 28 1F 21 15B 1D 36
Octal 254 147 166 0 50 37 41 533 35 66
Binary 10101100 1100111 1110110 0 101000 11111 100001 101011011 11101 110110

Color Harmonies of #AC6776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6776

Black with #AC6776

Text Example


Text Example

White with #AC6776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6776; }

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

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

background-color css

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

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

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

border-color css

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

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

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