Html Css Color HEX #AC6A73 Turkish Rose

📋 copy color: '#AC6A73'

red 172 ◦ green 106 ◦ blue 115

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

Shades of Turkish Rose #AC6A73

Tints of Turkish Rose #AC6A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

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

R = 43.77%
G = 26.97%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC6A73 (or 0xAC6A73) is known color: Turkish Rose. HEX triplet: AC, 6A and 73. RGB value is (172,106,115). Sum of RGB (Red+Green+Blue) = 172+106+115=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A73 is #53958C. Grayscale: #7E7E7E. Windows color (decimal): -5477773 or 7563948. OLE color: 7563948.

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

Color convert

RGB 172 106 115 -
CMYK 0 0.38 0.33 0.33
HSL 351.82º 0.28% 0.55% -
HSV(B) 351.82º 0.38% 0.67% -
XYZ 25.26 20.32 18.81 -
YUV 126.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 172 106 115 0 0.38 0.33 0.33 351.82 0.28 0.55
Hex AC 6A 73 0 26 21 21 160 1C 37
Octal 254 152 163 0 46 41 41 540 34 67
Binary 10101100 1101010 1110011 0 100110 100001 100001 101100000 11100 110111

Color Harmonies of #AC6A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A73

Black with #AC6A73

Text Example


Text Example

White with #AC6A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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