Html Css Color HEX #A16573 Turkish Rose

📋 copy color: '#A16573'

red 161 ◦ green 101 ◦ blue 115

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

Shades of Turkish Rose #A16573

Tints of Turkish Rose #A16573

RGB

 RED value IS 161 (63.28% from 255) = 42.71%

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 42.71%
G = 26.79%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A16573 (or 0xA16573) is known color: Turkish Rose. HEX triplet: A1, 65 and 73. RGB value is (161,101,115). Sum of RGB (Red+Green+Blue) = 161+101+115=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16573 is #5E9A8C. Grayscale: #787878. Windows color (decimal): -6199949 or 7562657. OLE color: 7562657.

HSL color Cylindrical-coordinate representation of color #A16573: hue angle of 346º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16573 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 101 115 -
CMYK 0 0.37 0.29 0.37
HSL 346º 0.24% 0.51% -
HSV(B) 346º 0.37% 0.63% -
XYZ 22.45 18.12 18.53 -
YUV 120.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 161 101 115 0 0.37 0.29 0.37 346 0.24 0.51
Hex A1 65 73 0 25 1D 25 15A 18 33
Octal 241 145 163 0 45 35 45 532 30 63
Binary 10100001 1100101 1110011 0 100101 11101 100101 101011010 11000 110011

Color Harmonies of #A16573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16573

Black with #A16573

Text Example


Text Example

White with #A16573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16573; }

 p { color: rgb(161,101,115); }

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

background-color css

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

 a { background-color: rgb(161,101,115); }

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

border-color css

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

 span { border-color: rgb(161,101,115); }

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