Html Css Color HEX #AC6C76 Turkish Rose

📋 copy color: '#AC6C76'

red 172 ◦ green 108 ◦ blue 118

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

Shades of Turkish Rose #AC6C76

Tints of Turkish Rose #AC6C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

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

R = 43.22%
G = 27.14%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC6C76 (or 0xAC6C76) is known color: Turkish Rose. HEX triplet: AC, 6C and 76. RGB value is (172,108,118). Sum of RGB (Red+Green+Blue) = 172+108+118=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C76 is #539389. Grayscale: #808080. Windows color (decimal): -5477258 or 7761068. OLE color: 7761068.

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

Color convert

RGB 172 108 118 -
CMYK 0 0.37 0.31 0.33
HSL 350.63º 0.28% 0.55% -
HSV(B) 350.63º 0.37% 0.67% -
XYZ 25.65 20.8 19.8 -
YUV 128.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 172 108 118 0 0.37 0.31 0.33 350.63 0.28 0.55
Hex AC 6C 76 0 25 1F 21 15F 1C 37
Octal 254 154 166 0 45 37 41 537 34 67
Binary 10101100 1101100 1110110 0 100101 11111 100001 101011111 11100 110111

Color Harmonies of #AC6C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C76

Black with #AC6C76

Text Example


Text Example

White with #AC6C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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