Html Css Color HEX #AC6673 Turkish Rose

📋 copy color: '#AC6673'

red 172 ◦ green 102 ◦ blue 115

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

Shades of Turkish Rose #AC6673

Tints of Turkish Rose #AC6673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 44.22%
G = 26.22%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC6673 (or 0xAC6673) is known color: Turkish Rose. HEX triplet: AC, 66 and 73. RGB value is (172,102,115). Sum of RGB (Red+Green+Blue) = 172+102+115=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6673 is #53998C. Grayscale: #7C7C7C. Windows color (decimal): -5478797 or 7562924. OLE color: 7562924.

HSL color Cylindrical-coordinate representation of color #AC6673: hue angle of 348.86º 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 #AC6673 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 115 -
CMYK 0 0.41 0.33 0.33
HSL 348.86º 0.3% 0.54% -
HSV(B) 348.86º 0.41% 0.67% -
XYZ 24.86 19.51 18.68 -
YUV 124.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 172 102 115 0 0.41 0.33 0.33 348.86 0.3 0.54
Hex AC 66 73 0 29 21 21 15D 1E 36
Octal 254 146 163 0 51 41 41 535 36 66
Binary 10101100 1100110 1110011 0 101001 100001 100001 101011101 11110 110110

Color Harmonies of #AC6673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6673

Black with #AC6673

Text Example


Text Example

White with #AC6673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6673; }

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

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

background-color css

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

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

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

border-color css

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

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

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