Html Css Color HEX #A16163 Turkish Rose

📋 copy color: '#A16163'

red 161 ◦ green 97 ◦ blue 99

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

Shades of Turkish Rose #A16163

Tints of Turkish Rose #A16163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 45.1%
G = 27.17%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A16163 (or 0xA16163) is known color: Turkish Rose. HEX triplet: A1, 61 and 63. RGB value is (161,97,99). Sum of RGB (Red+Green+Blue) = 161+97+99=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A16163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16163 is #5E9E9C. Grayscale: #747474. Windows color (decimal): -6200989 or 6513057. OLE color: 6513057.

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

Color convert

RGB 161 97 99 -
CMYK 0 0.40 0.39 0.37
HSL 358.13º 0.25% 0.51% -
HSV(B) 358.13º 0.4% 0.63% -
XYZ 21.22 17.03 13.97 -
YUV 116.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 161 97 99 0 0.40 0.39 0.37 358.13 0.25 0.51
Hex A1 61 63 0 28 27 25 166 19 33
Octal 241 141 143 0 50 47 45 546 31 63
Binary 10100001 1100001 1100011 0 101000 100111 100101 101100110 11001 110011

Color Harmonies of #A16163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16163

Black with #A16163

Text Example


Text Example

White with #A16163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16163; }

 p { color: rgb(161,97,99); }

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

background-color css

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

 a { background-color: rgb(161,97,99); }

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

border-color css

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

 span { border-color: rgb(161,97,99); }

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