Html Css Color HEX #A16771 Turkish Rose

📋 copy color: '#A16771'

red 161 ◦ green 103 ◦ blue 113

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

Shades of Turkish Rose #A16771

Tints of Turkish Rose #A16771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.32%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 42.71%
G = 27.32%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A16771 (or 0xA16771) is known color: Turkish Rose. HEX triplet: A1, 67 and 71. RGB value is (161,103,113). Sum of RGB (Red+Green+Blue) = 161+103+113=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16771 is #5E988E. Grayscale: #797979. Windows color (decimal): -6199439 or 7432097. OLE color: 7432097.

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

Color convert

RGB 161 103 113 -
CMYK 0 0.36 0.30 0.37
HSL 349.66º 0.24% 0.52% -
HSV(B) 349.66º 0.36% 0.63% -
XYZ 22.53 18.47 18 -
YUV 121.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 161 103 113 0 0.36 0.30 0.37 349.66 0.24 0.52
Hex A1 67 71 0 24 1E 25 15E 18 34
Octal 241 147 161 0 44 36 45 536 30 64
Binary 10100001 1100111 1110001 0 100100 11110 100101 101011110 11000 110100

Color Harmonies of #A16771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16771

Black with #A16771

Text Example


Text Example

White with #A16771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16771; }

 p { color: rgb(161,103,113); }

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

background-color css

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

 a { background-color: rgb(161,103,113); }

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

border-color css

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

 span { border-color: rgb(161,103,113); }

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