Html Css Color HEX #A16A73 Turkish Rose

📋 copy color: '#A16A73'

red 161 ◦ green 106 ◦ blue 115

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

Shades of Turkish Rose #A16A73

Tints of Turkish Rose #A16A73

RGB

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

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

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

R = 42.15%
G = 27.75%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A16A73 (or 0xA16A73) is known color: Turkish Rose. HEX triplet: A1, 6A and 73. RGB value is (161,106,115). Sum of RGB (Red+Green+Blue) = 161+106+115=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A73 is #5E958C. Grayscale: #7B7B7B. Windows color (decimal): -6198669 or 7563937. OLE color: 7563937.

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

Color convert

RGB 161 106 115 -
CMYK 0 0.34 0.29 0.37
HSL 350.18º 0.23% 0.52% -
HSV(B) 350.18º 0.34% 0.63% -
XYZ 22.95 19.12 18.7 -
YUV 123.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 161 106 115 0 0.34 0.29 0.37 350.18 0.23 0.52
Hex A1 6A 73 0 22 1D 25 15E 17 34
Octal 241 152 163 0 42 35 45 536 27 64
Binary 10100001 1101010 1110011 0 100010 11101 100101 101011110 10111 110100

Color Harmonies of #A16A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16A73

Black with #A16A73

Text Example


Text Example

White with #A16A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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