Html Css Color HEX #A16166 Turkish Rose

📋 copy color: '#A16166'

red 161 ◦ green 97 ◦ blue 102

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

Shades of Turkish Rose #A16166

Tints of Turkish Rose #A16166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 44.72%
G = 26.94%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A16166 (or 0xA16166) is known color: Turkish Rose. HEX triplet: A1, 61 and 66. RGB value is (161,97,102). Sum of RGB (Red+Green+Blue) = 161+97+102=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16166 is #5E9E99. Grayscale: #747474. Windows color (decimal): -6200986 or 6709665. OLE color: 6709665.

HSL color Cylindrical-coordinate representation of color #A16166: hue angle of 355.31º 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 #A16166 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 102 -
CMYK 0 0.40 0.37 0.37
HSL 355.31º 0.25% 0.51% -
HSV(B) 355.31º 0.4% 0.63% -
XYZ 21.37 17.09 14.74 -
YUV 116.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 161 97 102 0 0.40 0.37 0.37 355.31 0.25 0.51
Hex A1 61 66 0 28 25 25 163 19 33
Octal 241 141 146 0 50 45 45 543 31 63
Binary 10100001 1100001 1100110 0 101000 100101 100101 101100011 11001 110011

Color Harmonies of #A16166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16166

Black with #A16166

Text Example


Text Example

White with #A16166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16166; }

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

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

background-color css

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

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

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

border-color css

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

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

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