Html Css Color HEX #A16E70 Turkish Rose

📋 copy color: '#A16E70'

red 161 ◦ green 110 ◦ blue 112

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

Shades of Turkish Rose #A16E70

Tints of Turkish Rose #A16E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 112 (44.14% from 255) = 29.24%

R = 42.04%
G = 28.72%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A16E70 (or 0xA16E70) is known color: Turkish Rose. HEX triplet: A1, 6E and 70. RGB value is (161,110,112). Sum of RGB (Red+Green+Blue) = 161+110+112=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E70 is #5E918F. Grayscale: #7D7D7D. Windows color (decimal): -6197648 or 7368353. OLE color: 7368353.

HSL color Cylindrical-coordinate representation of color #A16E70: hue angle of 357.65º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16E70 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 110 112 -
CMYK 0 0.32 0.30 0.37
HSL 357.65º 0.21% 0.53% -
HSV(B) 357.65º 0.32% 0.63% -
XYZ 23.2 19.9 17.95 -
YUV 125.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 161 110 112 0 0.32 0.30 0.37 357.65 0.21 0.53
Hex A1 6E 70 0 20 1E 25 166 15 35
Octal 241 156 160 0 40 36 45 546 25 65
Binary 10100001 1101110 1110000 0 100000 11110 100101 101100110 10101 110101

Color Harmonies of #A16E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E70

Black with #A16E70

Text Example


Text Example

White with #A16E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E70; }

 p { color: rgb(161,110,112); }

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

background-color css

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

 a { background-color: rgb(161,110,112); }

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

border-color css

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

 span { border-color: rgb(161,110,112); }

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