Html Css Color HEX #A16164 Turkish Rose

📋 copy color: '#A16164'

red 161 ◦ green 97 ◦ blue 100

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

Shades of Turkish Rose #A16164

Tints of Turkish Rose #A16164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 44.97%
G = 27.09%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A16164 (or 0xA16164) is known color: Turkish Rose. HEX triplet: A1, 61 and 64. RGB value is (161,97,100). Sum of RGB (Red+Green+Blue) = 161+97+100=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A16164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16164 is #5E9E9B. Grayscale: #747474. Windows color (decimal): -6200988 or 6578593. OLE color: 6578593.

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

Color convert

RGB 161 97 100 -
CMYK 0 0.40 0.38 0.37
HSL 357.19º 0.25% 0.51% -
HSV(B) 357.19º 0.4% 0.63% -
XYZ 21.27 17.05 14.23 -
YUV 116.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 161 97 100 0 0.40 0.38 0.37 357.19 0.25 0.51
Hex A1 61 64 0 28 26 25 165 19 33
Octal 241 141 144 0 50 46 45 545 31 63
Binary 10100001 1100001 1100100 0 101000 100110 100101 101100101 11001 110011

Color Harmonies of #A16164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16164

Black with #A16164

Text Example


Text Example

White with #A16164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16164; }

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

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

background-color css

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

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

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

border-color css

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

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

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