Html Css Color HEX #AC6676 Turkish Rose

📋 copy color: '#AC6676'

red 172 ◦ green 102 ◦ blue 118

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

Shades of Turkish Rose #AC6676

Tints of Turkish Rose #AC6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.02%

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

R = 43.88%
G = 26.02%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC6676 (or 0xAC6676) is known color: Turkish Rose. HEX triplet: AC, 66 and 76. RGB value is (172,102,118). Sum of RGB (Red+Green+Blue) = 172+102+118=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6676 is #539989. Grayscale: #7C7C7C. Windows color (decimal): -5478794 or 7759532. OLE color: 7759532.

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

Color convert

RGB 172 102 118 -
CMYK 0 0.41 0.31 0.33
HSL 346.29º 0.3% 0.54% -
HSV(B) 346.29º 0.41% 0.67% -
XYZ 25.03 19.58 19.6 -
YUV 124.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 172 102 118 0 0.41 0.31 0.33 346.29 0.3 0.54
Hex AC 66 76 0 29 1F 21 15A 1E 36
Octal 254 146 166 0 51 37 41 532 36 66
Binary 10101100 1100110 1110110 0 101001 11111 100001 101011010 11110 110110

Color Harmonies of #AC6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6676

Black with #AC6676

Text Example


Text Example

White with #AC6676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6676; }

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

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

background-color css

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

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

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

border-color css

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

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

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